X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fwww%2Flambdadelta%2FMakefile;h=a8ad6cbbd3dc261647b4376c97e81e710ce1473e;hp=063bdbe176ccd8ab6c306370d60ca922b6caf3b9;hb=614d006be363d2e2bbfdf8eb3c20c8604d278be1;hpb=3bc50da0628f7ff190c7d5ba7c3b96a7706eb823 diff --git a/helm/www/lambdadelta/Makefile b/helm/www/lambdadelta/Makefile index 063bdbe17..a8ad6cbbd 100644 --- a/helm/www/lambdadelta/Makefile +++ b/helm/www/lambdadelta/Makefile @@ -114,9 +114,7 @@ up-home: $(HOMESTAMP) # GENERATE HTML LDDL ######################################################### -ifeq ($(MAKECMDGOALS),html) - LDWS = $(shell find $(LDDLDIR) -name *.ldw.xml) -endif +$(HTMLSTAMP): LDWS = `find $(LDDLDIR) -name *.ldw.xml -not -name index.ldw.xml` $(HTMLSTAMP): $(LDWSTAMP) $(SITEMAP) $(LDWEB:%=$(XSLTDIR)/%) $(H)for LDW in $(LDWS); do \ @@ -126,7 +124,6 @@ $(HTMLSTAMP): $(LDWSTAMP) $(SITEMAP) $(LDWEB:%=$(XSLTDIR)/%) $(XSLT) $(XSLT_OUT) $$HTML $(XSLT_XSL) $(XSLTDIR)/ld_web.xsl $(XSLT_IN) $$LDW; \ done $(H)touch $@ - $(H)touch $(HTMLIXSTAMP) html: $(HTMLSTAMP)