X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2FMakefile;h=491bae61bbfdc67ec14bec999a3fc43661e9c50f;hb=bcf9a65332d321c25761207e2fb17110dbdc8241;hp=2ca1a16b1034f5dc5a9de11281a1f2d956ec62b0;hpb=746d4e4529b367d13bf0d92be65590a71baa8cbb;p=helm.git diff --git a/helm/software/matita/help/C/Makefile b/helm/software/matita/help/C/Makefile index 2ca1a16b1..491bae61b 100644 --- a/helm/software/matita/help/C/Makefile +++ b/helm/software/matita/help/C/Makefile @@ -52,8 +52,9 @@ TXTS = $(patsubst %.html,%.txt,$(wildcard *.html)) .PHONY: txt txt: txt-stamp txt-stamp: html-stamp - $(MAKE) $(TXTS) + $(MAKE) txt-stamp-rec touch $@ +txt-stamp-rec: $(TXTS) %.txt: %.html w3m -dump -no-graph $< > $@