]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/help/C/Makefile
makefile reworked to make debian package possible
[helm.git] / matita / help / C / Makefile
index 2ca1a16b1034f5dc5a9de11281a1f2d956ec62b0..491bae61bbfdc67ec14bec999a3fc43661e9c50f 100644 (file)
@@ -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 $< > $@