doxygen/doxygen-1.5.9-man.patch
2014-01-02 09:29:50 +00:00

31 lines
857 B
Diff

---
Makefile.in | 2 --
configure | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
Index: Makefile.in
===================================================================
--- Makefile.in.orig 2013-10-21 20:09:13.000000000 +0200
+++ Makefile.in 2014-01-02 10:06:25.115127423 +0100
@@ -78,8 +78,6 @@
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 2013-12-24 17:14:46.000000000 +0100
+++ configure 2014-01-02 10:06:25.115127423 +0100
@@ -704,6 +704,7 @@
DOXYDOCS = ..
DOCDIR = $f_docdir
QTDIR = $QTDIR
+MAN1DIR = share/man/man1
EOF
if test "$f_dot" != NO; then