From f02309d4814bc22c0414e76a0515017324bc6c4f Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 2 Aug 2006 10:55:42 +0000 Subject: [PATCH] "validate" target korrigiert --- documents/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/Makefile b/documents/Makefile index 371bdf6..fab979b 100644 --- a/documents/Makefile +++ b/documents/Makefile @@ -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)