osx: Remove hack for dealing with .svn directories.

We aren't using Subversion any more.
This commit is contained in:
Simon Howard 2016-06-12 19:28:50 -04:00
parent 0458d30af5
commit fdb6b0f31f

View file

@ -95,8 +95,6 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
< $(TOPLEVEL)/man/INSTALL.template \
> "$(APP_DOC_DIR)/INSTALL"
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \; || true
mkdir -p "$(APP_BIN_DIR)/man/man5" "$(APP_BIN_DIR)/man/man6"
cp $(TOPLEVEL)/man/*.5 "$(APP_BIN_DIR)/man/man5"
cp $(TOPLEVEL)/man/*.6 "$(APP_BIN_DIR)/man/man6"