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