Removed references to /usr/local/man/man1 and netgen.1, as the netgen.1

man page does not exist.  Running mkdirs on the empty directory causes
problems with "git rm".
This commit is contained in:
Tim Edwards 2018-10-02 14:40:17 -04:00
parent 4ba5425b6a
commit 85af816ab8
2 changed files with 4 additions and 4 deletions

View File

@ -60,11 +60,11 @@ install-real: install-dirs
(cd $$dir && ${MAKE} install); done
install-tcl-dirs:
${NETGENDIR}/scripts/mkdirs $(DESTDIR)${BINDIR} $(DESTDIR)${MANDIR} \
${NETGENDIR}/scripts/mkdirs $(DESTDIR)${BINDIR} \
$(DESTDIR)${TCLDIR} $(DESTDIR)${PYDIR}
install-dirs:
${NETGENDIR}/scripts/mkdirs $(DESTDIR)${BINDIR} $(DESTDIR)${MANDIR}
${NETGENDIR}/scripts/mkdirs $(DESTDIR)${BINDIR}
install-tcl: install-dirs
@echo --- installing executable to $(DESTDIR)${BINDIR}

View File

@ -8,9 +8,9 @@ DOCDIRS = $(DESTDIR)${DOCDIR}
MANFILES =
DOCFILES = $(DESTDIR)${DOCDIR}/netgen.doc
install-tcl: ${MANDIRS} ${MANFILES} ${DOCDIRS} ${DOCFILES}
install-tcl: ${DOCDIRS} ${DOCFILES}
install: ${MANDIRS} ${MANFILES} ${DOCDIRS} ${DOCFILES}
install: ${DOCDIRS} ${DOCFILES}
${MANDIRS}: make-man-dirs