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

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


Author: jo-guest
Date: 2007-02-25 23:41:07 +0100 (Sun, 25 Feb 2007)
New Revision: 580

Modified:
   jed/trunk/debian/rules
Log:
• debian/rules
  · hevea referenced the subfiles with an absolute path, which is not valid
    after installation. Therefore, call hevea from the info directory.

  · dh_installinfo checks also for the right permission of the directory and
    maybe something more. Therefore use this instead of mkdir to create
    /usr/share/info.


Modified: jed/trunk/debian/rules
===================================================================
--- jed/trunk/debian/rules	2007-02-25 22:38:39 UTC (rev 579)
+++ jed/trunk/debian/rules	2007-02-25 22:41:07 UTC (rev 580)
@@ -84,8 +84,8 @@
 
 	# 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 \
+	dh_installinfo -pjed-common     # create the directory /u/s/info
+	cd $(jed-common)/usr/share/info/; hevea -fix -info -o jed.info \
 	    $(jed-common)/usr/share/doc/jed-common/manual/jed.tex
 
 	mv $(jed-common)/usr/share/doc/jed-common/manual \




More information about the Pkg-jed-commit mailing list