diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 6487cc3b6..e4a22a6a7 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -18,11 +18,11 @@ all: help $(MOFILES) help: @if [ ! -d doc ]; then \ echo "Checking out doc stuff now ..."; \ - cvs co doc/manual/{entities,literal/drakx}; \ + cvs co doc/manualB/{entities,manuals,modules}; \ rm -rf doc/CVS; \ else \ echo "Updating doc stuff now ..."; \ - cvs update doc/manual/{entities,literal/drakx}; \ + cvs update doc/manualB/{entities,manuals,modules}; \ fi ./help_xml2pm.pl |