"validate" target korrigiert
This commit is contained in:
parent
ae645b678c
commit
f02309d481
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ all: $(EXPORT_DIRS)
|
|||
|
||||
# validate the html files
|
||||
validate: $(EXPORT_DIRS)
|
||||
@$(VALIDATE_BIN) $(shell find $(CCD_BUILD_DIR)/doku/ -name *.html -type f)
|
||||
@$(VALIDATE_BIN) $(shell find . -name *.html -type f)
|
||||
|
||||
|
||||
# copy the created files to the destination directory (usually outside of this directory tree)
|
||||
|
|
Loading…
Reference in a new issue