X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fcasl2_spec%2FMakefile;h=45acab2c5222d04beb1b3df3320e759edb9e0f65;hb=9865921e38f17d8fbb333037f00a9a707fc82ec1;hp=17b62cf7e6ff1cba2bb824da7e6bcc444547b579;hpb=db72b99e0ddad50852fa89e94b0df287f3c1b5bd;p=YACASL2.git diff --git a/doc/casl2_spec/Makefile b/doc/casl2_spec/Makefile index 17b62cf..45acab2 100644 --- a/doc/casl2_spec/Makefile +++ b/doc/casl2_spec/Makefile @@ -1,10 +1,11 @@ VPATH := img RMR := $(RM) -r -SED := sed CSS := style.css +TEXITARGETS := casl2_spec.html + .PHONY: all clean distclean all: casl2_spec.html casl2_spec.pdf @@ -14,11 +15,9 @@ clean: texinfo-clean $(MAKE) -C img clean distclean: clean texinfo-distclean - $(RM) *.html *.pdf + $(RM) *.d *.html *.pdf $(MAKE) -C img distclean -include casl2_spec.dep - include texinfo.mk include images.mk