From 5eb8944f5d405ebd580700b834975e21ce290d70 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sun, 17 Feb 2002 21:57:27 +0000 Subject: allow me to work with a symlink to doc in this directory --- perl-install/share/po/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'perl-install') 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 -- cgit v1.2.1