X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fnlibrary%2Ftopology%2FMakefile;h=4a78164fbf95353e0f0b18e0b373194c87750c50;hb=63b1b044e54bac3ffecc02ee2941b60f58b0c837;hp=c9135d827634f21145e753741069fd2d358e6370;hpb=4286d368b6d902a4b54c4cf8590c387f2cdb90ea;p=helm.git diff --git a/helm/software/matita/nlibrary/topology/Makefile b/helm/software/matita/nlibrary/topology/Makefile index c9135d827..4a78164fb 100644 --- a/helm/software/matita/nlibrary/topology/Makefile +++ b/helm/software/matita/nlibrary/topology/Makefile @@ -1,9 +1,16 @@ -SRC=$(wildcard *.ma) +SRC=igft.ma all: $(SRC:%.ma=%.html) +print: $(SRC:%.ma=%.pdf) + +%.pdf: %.html + # requires http://torisugari.googlepages.com/commandlineprint2 + touch $@ + iceweasel -print file://$$PWD/$< -printmode PDF -printfile ./$@ + clean: - rm *.html *.png + rm *.html *.png *.mdwn %.html: %.ma convert.awk preamble.xml postamble.xml cat preamble.xml > $@