Ausversehen Experimentierversion eingecheckt.

git-svn-id: svn://svn.c3d2.de/c3d2-web/branches/toidinamais_coole_scheisse@85 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2006-01-02 18:14:33 +00:00
parent ef23ced735
commit 6f8c5c8a60
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ XHTML_DTD_BASEURL:=http://www.w3.org/TR/xhtml1/DTD
CLEAN=$(CONTENT) www/news.html www/news-rss.xml
### Defaults ###
.PHONY: export contents clean mrproper all install check post-check pre-check
.PHONY: export contents clean mrproper all install check
.PRECIOUS: content/%.xml www/%.html
.SILENT: check
@ -58,7 +58,7 @@ www/dtd: $(DTD)
$(XHTML_DTD_FILES):
$(WGET) $(XHTML_DTD_BASEURL)/$@
post-check: $(PAGES) $(XHTML_DTD_FILES)
check: $(PAGES) $(XHTML_DTD_FILES)
ln -sfn .. www/DTD
for page in $(PAGES) ; do \
echo "Checking $${page}..." ; \