X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=doc%2Ftexinfo.mk;fp=doc%2Ftexinfo.mk;h=57c32b1fd93032798bfef9d735eef0bf3b16b638;hp=b0a5f01913d287cf5800f7c939203e5279b2e86f;hb=19875f416e24340460868fbc4e09ed2c8faaa127;hpb=94cceb9f3ada858e33ed04b595f5247c3c19fa5c diff --git a/doc/texinfo.mk b/doc/texinfo.mk index b0a5f01..57c32b1 100644 --- a/doc/texinfo.mk +++ b/doc/texinfo.mk @@ -1,6 +1,6 @@ -.PHONY: texinfo-distclean textmp-clean +.PHONY: texinfo-distclean texinfo-clean texinfo-textmp-clean -CP ?= cp +CP := cp DVIPDFMX := dvipdfmx INSTALL-INFO := install-info MKDIR := mkdir @@ -29,10 +29,10 @@ TEXI2DVI_FLAGS ?= -q --texinfo=@afourpaper %.txt: %.texi $(MAKEINFO) --no-headers --disable-encoding -o $@ $< -texinfo-distclean: textmp-clean +texinfo-distclean: texinfo-clean @$(RMR) *_html *.info *.html *.pdf *.dvi *.txt -texinfo-clean: textmp-clean +texinfo-clean: texinfo-textmp-clean -textmp-clean: +textmp-textmp-clean: @$(RM) *.aux *.cp *.cps *.fn *.ky *.log *.pg *.pgs *.tmp *.toc *.tp *.vr