Makefile kosmetisch verbessert
TODO ins cryptocd.css eingefuegt Entwicklungs-Leitfaden initiiert
This commit is contained in:
parent
d5cf464bef
commit
9b4dace49b
3 changed files with 152 additions and 9 deletions
15
Makefile
15
Makefile
|
@ -12,7 +12,7 @@ EXPORT_DIR = $(ROOT_DIR)/export
|
|||
# so beginnt das export-Verzeichnis
|
||||
EXPORT_PREFIX := cryptocd
|
||||
# wird an das export-Verzeichnis und die Archiv/iso-Dateien angehaengt
|
||||
EXPORT_FILE_SUFFIX := undefiniert
|
||||
EXPORT_FILE_SUFFIX :=
|
||||
EXPORT_FILE = $(EXPORT_DIR)/$(EXPORT_PREFIX)$(REVISIONS_SUFFIX)$(EXPORT_FILE_SUFFIX)
|
||||
|
||||
# Zwischenlagerung
|
||||
|
@ -68,17 +68,16 @@ dist-clean: clean
|
|||
@downloads/get_files.sh programme clean
|
||||
|
||||
|
||||
check:
|
||||
make -C documents
|
||||
linkchecker -r 3 --intern='!^mailto:' --extern-strict-all start.html
|
||||
check: doku kopiere_programme
|
||||
linkchecker -r 4 --ignore-url=^mailto: $(CCD_BUILD_DIR)/start.html
|
||||
|
||||
|
||||
validate: doku kopiere_programme
|
||||
validate $(CCD_BUILD_DIR)/doku/*.html
|
||||
|
||||
validate:
|
||||
make -C documents
|
||||
validate documents/_output/*.html
|
||||
|
||||
# pruefe, ob alle notwendigen/empfohlenen Verzeichnisse existieren
|
||||
verzeichnisstruktur: $(CREATE_DIRS)
|
||||
|
||||
$(CREATE_DIRS):
|
||||
@if [ ! -e "$@" ] ; \
|
||||
then echo -e "directory ($@) does not exist - I will create it" ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue