"validate" target korrigiert

This commit is contained in:
lars 2006-08-02 10:55:42 +00:00
parent ae645b678c
commit f02309d481

View file

@ -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)