* Lars' Patch

This commit is contained in:
phil 2006-07-27 00:10:18 +00:00
parent f4b5132dfd
commit 9125027691
2 changed files with 32 additions and 30 deletions

View file

@ -59,7 +59,7 @@ help:
clean:
-make -C documents clean
-rm -r $(TMP_ROOT)/* 2>/dev/null
-rm -rf $(TMP_ROOT)/* 2>/dev/null
dist-clean: clean
@ -87,7 +87,9 @@ $(CREATE_DIRS):
cd-template: verzeichnisstruktur
@rm -rf $(CCD_BUILD_DIR)
@svn export cd-template "$(CCD_BUILD_DIR)"
@# export local svn directory OR just copy the directories (for non-svn users)
@svn export cd-template "$(CCD_BUILD_DIR)" \
|| mkdir -p $(dir $(CCD_BUILD_DIR)) && cp -r cd-template $(CCD_BUILD_DIR)
doku: cd-template