diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-29 20:20:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-29 20:20:39 +0000 |
commit | 063e25f5e8daa897addd3574a6c084485d718b51 (patch) | |
tree | 4e621996ed0b6a33bf006589354f5ea0817df779 | |
parent | 84bf569279e905edff77ee462d1b895ad8ed0766 (diff) | |
download | drakx-063e25f5e8daa897addd3574a6c084485d718b51.tar drakx-063e25f5e8daa897addd3574a6c084485d718b51.tar.gz drakx-063e25f5e8daa897addd3574a6c084485d718b51.tar.bz2 drakx-063e25f5e8daa897addd3574a6c084485d718b51.tar.xz drakx-063e25f5e8daa897addd3574a6c084485d718b51.zip |
adapt to new manual cvs dirs
-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 |