From: Michal Sojka Date: Thu, 12 Jun 2008 14:36:00 +0000 (+0000) Subject: Fixed Makefile for web update X-Git-Tag: v0.1-sssa~61 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/bfb80d6f8b0773951c4aba8d6d12f621e096b074 Fixed Makefile for web update darcs-hash:20080612143617-f2ef6-152e256887cc6848a9fbc70a8a6f6de3d1f3d757.gz --- diff --git a/doc/Makefile b/doc/Makefile index 075c013..9f08bce 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -39,7 +39,7 @@ clean: WWW ?= www -web: $(WWW) $(addprefix $(WWW)/,index.html $(SOURCE).html $(wildcard *.png) $(SOURCE).pdf) +web: all $(WWW) $(addprefix $(WWW)/,index.html $(SOURCE).html $(wildcard *.png) $(SOURCE).pdf) $(WWW): mkdir $@