From 126777bc019a54afb4ec51299f2cf9d2841698aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Apr 2007 12:26:16 +0000 Subject: re-sync after the big svn loss --- perl-install/install/help/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 perl-install/install/help/Makefile (limited to 'perl-install/install/help/Makefile') diff --git a/perl-install/install/help/Makefile b/perl-install/install/help/Makefile new file mode 100644 index 000000000..cca58ff11 --- /dev/null +++ b/perl-install/install/help/Makefile @@ -0,0 +1,9 @@ +help: + @if [ ! -d doc ]; then \ + echo "Checking out doc stuff now ..."; \ + cvs -d :ext:cvs.mandriva.com:/cooker co doc/manualB/{entities,manuals,modules}; \ + else \ + echo "Updating doc stuff now ..."; \ + cd doc ; cvs update manualB/{entities,manuals,modules}; \ + fi + ./help_xml2pm.pl -- cgit v1.2.1