SHA256
8
0
forked from pool/doxygen
OBS User unknown
2009-05-06 16:37:44 +00:00
committed by Git OBS Bridge
parent 5eea6b4e5e
commit b85473dd24
16 changed files with 201 additions and 17 deletions

26
doxygen-1.5.9-man.patch Normal file
View File

@@ -0,0 +1,26 @@
---
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