fix "find" calls by adding the current directory - necessary for macos
This commit is contained in:
parent
4f1c4260c8
commit
3ff3d2df77
2 changed files with 5 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -138,9 +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 '{}' \;
|
||||
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…
Add table
Add a link
Reference in a new issue