--- Makefile.in | 2 -- configure | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in @@ -53,8 +53,6 @@ distclean: clean DATE=$(shell date "+%B %Y") -MAN1DIR = man/man1 - install: doxywizard_install doxysearch_install $(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin $(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin Index: configure =================================================================== --- configure.orig +++ configure @@ -514,6 +514,7 @@ INSTTOOL = $f_insttool DOXYDOCS = .. DOCDIR = $f_docdir QTDIR = $QTDIR +MAN1DIR = share/man/man1 EOF if test "$f_dot" != NO; then