Re: spec file issues in 1.5.5

Kenneth Porter <[email protected]>
Newsgroups gmane.text.doxygen.devel
Message-ID <C243CD07584673C7ECC74DDE@[10.170.7.6]>
--On Tuesday, April 15, 2008 5:45 PM -0700 Kenneth Porter 
<[email protected]> wrote:

> /usr/man/man1/doxywizard.1.gz is missing from %files.

Addressed with attached patch. man page for doxywizard should be installed 
by doxywizard Makefile, not main Makefile.

(Patch generated with "svn diff".)

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
doxygen-doxywizard-man-make-install.patch (application/octet-stream, 1.1 KB)
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 626)
+++ Makefile.in	(working copy)
@@ -63,9 +63,6 @@
 	cat doc/doxytag.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxytag.1
 	$(INSTTOOL) -m 644 doxytag.1 $(INSTALL)/$(MAN1DIR)/doxytag.1
 	rm doxytag.1
-	cat doc/doxywizard.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxywizard.1
-	$(INSTTOOL) -m 644 doxywizard.1 $(INSTALL)/$(MAN1DIR)/doxywizard.1
-	rm doxywizard.1
 
 install_docs: 
 	$(INSTTOOL) -d $(DOCDIR)
Index: addon/doxywizard/Makefile.in
===================================================================
--- addon/doxywizard/Makefile.in	(revision 626)
+++ addon/doxywizard/Makefile.in	(working copy)
@@ -44,5 +44,8 @@
 install:
 	$(INSTTOOL) -d $(INSTALL)/bin	
 	$(INSTTOOL) -m 755 ../../bin/doxywizard $(INSTALL)/bin	
+	cat ../../doc/doxywizard.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxywizard.1
+	$(INSTTOOL) -m 644 doxywizard.1 $(INSTALL)/$(MAN1DIR)/doxywizard.1
+	rm doxywizard.1
 
 FORCE:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.