diff options
Diffstat (limited to 'perl-install/share/po')
-rw-r--r-- | perl-install/share/po/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 97bc531d7..6fe34cbe3 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -16,8 +16,14 @@ LOCALEDIR=$(DATADIR)/locale all: help $(MOFILES) help: - cvs co doc/manual/{entities,literal/drakx} - rm -rf doc/CVS + @if [ ! -d doc ]; then \ + echo "Checking out doc stuff now ..."; \ + cvs co doc/manual/{entities,literal/drakx}; \ + rm -rf doc/CVS; \ + else \ + echo "Updating doc stuff now ..."; \ + cvs update doc/manual/{entities,literal/drakx}; \ + fi ./help_xml2pm.pl %.mo: %.po |