From b4c78d03111b52596442c1cec4735a1f9ba43d57 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Tue, 16 Sep 2003 17:57:22 +0000 Subject: [PATCH] Remove helpmsgs.cc generation. --- ChangeLog | 4 ++++ po/update.sh | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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 \ -- 2.39.5