forked from pool/doxygen
Petr Gajdos
3ba5753999
* many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details - updated to 1.8.6: * many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=70
31 lines
857 B
Diff
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
|