* Spielerei mit unix2dos, schliesst #119

This commit is contained in:
phil 2006-08-08 08:42:49 +00:00
parent c1f4ee9df8
commit 1e75887f93
7 changed files with 836 additions and 830 deletions

View file

@ -93,6 +93,9 @@ cd-template: verzeichnisstruktur
else mkdir -p $(dir $(CCD_BUILD_DIR)) ;\
cp -r cd-template $(CCD_BUILD_DIR) ;\
fi
find $(CCD_BUILD_DIR) -type f -name \*.html -exec unix2dos '{}' \;
find $(CCD_BUILD_DIR) -type f -name \*.txt -exec unix2dos '{}' \;
find $(CCD_BUILD_DIR) -type f -name \*.css -exec unix2dos '{}' \;
doku: cd-template
@ -135,6 +138,9 @@ source:
release: EXPORT_FILE_SUFFIX := _release
release: doku kopiere_programme
find -type f -name \*.html -exec unix2dos '{}' \;
find -type f -name \*.txt -exec unix2dos '{}' \;
find -type f -name \*.css -exec unix2dos '{}' \;
@echo "Erzeuge iso-Image ..."
@$(ERZEUGE_ISO)
@echo "Erzeuge zip-Archiv ..."