X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fhelp%2FC%2FMakefile;h=491bae61bbfdc67ec14bec999a3fc43661e9c50f;hb=c31e50505b5afd8fb53236bd5d500c225471eb9a;hp=2ca1a16b1034f5dc5a9de11281a1f2d956ec62b0;hpb=20b60553cce4dc729f58a078619207d82e94192f;p=helm.git diff --git a/matita/help/C/Makefile b/matita/help/C/Makefile index 2ca1a16b1..491bae61b 100644 --- a/matita/help/C/Makefile +++ b/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 $< > $@