From: Adam Heath Date: Tue, 16 Sep 2003 17:57:22 +0000 (+0000) Subject: Remove helpmsgs.cc generation. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c78d03111b52596442c1cec4735a1f9ba43d57;p=dpkg Remove helpmsgs.cc generation. --- diff --git a/ChangeLog b/ChangeLog index 36ca5407..095ae373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 16 12:57:02 CDT 2003 Adam Heath + + * po/update.sh: Remove helpmsgs.cc generation. + Tue Sep 16 12:52:42 CDT 2003 Adam Heath * version-nr, debian/changelog: Updated for 1.10.11 release. diff --git a/po/update.sh b/po/update.sh index 441fa811..1abfa078 100755 --- a/po/update.sh +++ b/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 \