ソースを参照

Remove helpmsgs.cc generation.

Adam Heath 23 年 前
コミット
b4c78d0311
共有2 個のファイルを変更した4 個の追加5 個の削除を含む
  1. 4 0
      ChangeLog
  2. 0 5
      po/update.sh

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Tue Sep 16 12:57:02 CDT 2003 Adam Heath <doogie@debian.org>
+
+  * po/update.sh: Remove helpmsgs.cc generation.
+
 Tue Sep 16 12:52:42 CDT 2003 Adam Heath <doogie@debian.org>
 
   * version-nr, debian/changelog: Updated for 1.10.11 release.

+ 0 - 5
po/update.sh

@@ -1,10 +1,5 @@
 #!/bin/sh
 
-# We need to generate helpmsgs.cc so we can translate the
-# strings in it
-
-( cd ../dselect ;  perl mkhelpmsgs.pl helpmsgs.src )
-
 xgettext --default-domain=dpkg --directory=.. \
 	 --add-comments --keyword=_ --keyword=N_ \
 	 --files-from=POTFILES.in && test ! -f dpkg.po \