[Pkg-jed-commit] r576 - jed/trunk/debian

Jörg Sommer jo-guest at alioth.debian.org
Sun Feb 25 17:21:23 CET 2007


Author: jo-guest
Date: 2007-02-25 17:21:22 +0100 (Sun, 25 Feb 2007)
New Revision: 576

Modified:
   jed/trunk/debian/rules
Log:
• rules
  · Now, as we dropped the info files from the source package, we must (and
    can) generate them (or a newer version) from jed.tex with hevea.


Modified: jed/trunk/debian/rules
===================================================================
--- jed/trunk/debian/rules	2007-02-25 16:21:10 UTC (rev 575)
+++ jed/trunk/debian/rules	2007-02-25 16:21:22 UTC (rev 576)
@@ -81,8 +81,16 @@
 	    debian/init.d/README.Debian-startup \
 	    debian/Debian-Jed-Policy.txt
 
+	# generate info files from jed.tex
+	rmdir $(jed-common)/usr/share/jed/info
+	mkdir -p $(jed-common)/usr/share/info
+	hevea -fix -info -o $(jed-common)/usr/share/info/jed.info \
+	    $(jed-common)/usr/share/doc/jed-common/manual/jed.tex
+
 	mv $(jed-common)/usr/share/doc/jed-common/manual \
 	    $(jed-common)/usr/share/doc/jed-common/html
+
+	# generate html files from jed.tex
 	hevea -fix -o $(jed-common)/usr/share/doc/jed-common/html/jed.hevea \
 	    $(jed-common)/usr/share/doc/jed-common/html/jed.tex
 	cd $(jed-common)/usr/share/doc/jed-common/html/; hacha jed.hevea




More information about the Pkg-jed-commit mailing list