[med-svn] r5860 - trunk/packages/vienna-rna/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Feb 2 15:12:35 UTC 2011


Author: tille
Date: 2011-02-02 15:12:33 +0000 (Wed, 02 Feb 2011)
New Revision: 5860

Modified:
   trunk/packages/vienna-rna/trunk/debian/rules
Log:
Do not link to non-existing texinfo pages in manuals


Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules	2011-02-02 15:10:09 UTC (rev 5859)
+++ trunk/packages/vienna-rna/trunk/debian/rules	2011-02-02 15:12:33 UTC (rev 5860)
@@ -48,12 +48,12 @@
 	done
 	# Create manpages which have proper name entries in --help output
 #	for bin in Kinfold/Kinfold ; do \
-#	    help2man $(CURDIR)/$${bin} > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/`basename $${bin}`.1 ; \
+#	    help2man --no-info $(CURDIR)/$${bin} > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/`basename $${bin}`.1 ; \
 #	done
 	# Create manpages which we need to provide proper name strings for individual manpages
-	help2man --name="aligning RNA secondary structures" \
+	help2man --name="aligning RNA secondary structures" --no-info \
                  $(CURDIR)/RNAforester/src/RNAforester > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/RNAforester.1
-	help2man --name="Kinetic Folding Program for Nucleic Acids" \
+	help2man --name="Kinetic Folding Program for Nucleic Acids" --no-info \
                  $(CURDIR)/Kinfold/Kinfold > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/Kinfold.1
 
 	cd man; $(MAKE) pdf; $(MAKE) html




More information about the debian-med-commit mailing list