[Pkg-haskell-commits] darcs: ghc: Manpage file name bugfixes

Joachim Breitner mail at joachim-breitner.de
Sun Mar 6 15:36:47 UTC 2011


Sat Mar  5 17:47:30 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Manpage file name bugfixes
  Ignore-this: 4c1fadbc5e934c7038cbd019a0795fce

    M ./rules -1 +2

Sat Mar  5 17:47:30 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Manpage file name bugfixes
  Ignore-this: 4c1fadbc5e934c7038cbd019a0795fce
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2011-03-06 15:36:47.225278621 +0000
+++ new-ghc/rules	2011-03-06 15:36:47.249279885 +0000
@@ -202,8 +202,9 @@
 	    echo ".so man1/ghc.1" > debian/ghci-$(ProjectVersion).1 ;\
 	    cp debian/runghc.man debian/runghc.1 ; fi
 	mv debian/tmp/usr/share/man/man1/ghc.1 debian/ghc.1
-	cp utils/hp2ps/hp2ps.1 debian/hp2ps-ghc.1
+	cp utils/hp2ps/hp2ps.1 debian/hp2ps.1
 	cp debian/ghc-pkg.man debian/ghc-pkg.1
+	echo ".so man1/ghc-pkg.1" > debian/ghc-pkg-$(ProjectVersion).1
 
 	echo debian/*.1 > debian/ghc.manpages
 	cp debian/haddock.man debian/haddock.1





More information about the Pkg-haskell-commits mailing list