* Spielerei mit unix2dos, schliesst #119
This commit is contained in:
parent
c1f4ee9df8
commit
1e75887f93
7 changed files with 836 additions and 830 deletions
6
Makefile
6
Makefile
|
@ -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 ..."
|
||||
|
|
Loading…
Reference in a new issue