Revision: 289
http://stdair.svn.sourceforge.net/stdair/?rev=289&view=rev
Author: denis_arnaud
Date: 2010-08-28 21:40:00 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
[Branch 0.3.0] Fixed RPM packaging issues.
Modified Paths:
--------------
branches/stdair/0.3.0/main/man/Makefile.am
Modified: branches/stdair/0.3.0/main/man/Makefile.am
===================================================================
--- branches/stdair/0.3.0/main/man/Makefile.am 2010-08-28 21:33:32 UTC (rev 288)
+++ branches/stdair/0.3.0/main/man/Makefile.am 2010-08-28 21:40:00 UTC (rev 289)
@@ -11,6 +11,9 @@
# generated by Doxygen for section 1.
#
+MAINTAINERCLEANFILES = Makefile.in
+
+#
MAN_SRC_SUFFIX = doc
MAN_CMD_TARGET_SUFFIX = 1
MAN_GEN_TARGET_SUFFIX = 3
@@ -30,7 +33,7 @@
man_MANS = $(MAN_SRC:%.doc=%.$(MAN_CMD_TARGET_SUFFIX))
#
-EXTRA_DIST = $(MAN_SRC)
+EXTRA_DIST = $(MAN_SRC) doxygen_man.cfg
#
all-local: man-local
@@ -48,3 +51,4 @@
clean-local:
rm -f $(man_MANS) $(MAN_GEN_MANS)
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|