From ae808cc2bedb58811df3ff223f116f7499e7e16e Mon Sep 17 00:00:00 2001 From: j8takagi Date: Fri, 25 Jan 2013 12:58:56 +0900 Subject: [PATCH] =?utf8?q?Makefile=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/texinfo.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/texinfo.mk b/doc/texinfo.mk index 57c32b1..d709e5c 100644 --- a/doc/texinfo.mk +++ b/doc/texinfo.mk @@ -29,10 +29,13 @@ TEXI2DVI_FLAGS ?= -q --texinfo=@afourpaper %.txt: %.texi $(MAKEINFO) --no-headers --disable-encoding -o $@ $< +%.xml: %.texi + @$(MAKEINFO) --docbook -o $@ $< + texinfo-distclean: texinfo-clean @$(RMR) *_html *.info *.html *.pdf *.dvi *.txt texinfo-clean: texinfo-textmp-clean -textmp-textmp-clean: +texinfo-textmp-clean: @$(RM) *.aux *.cp *.cps *.fn *.ky *.log *.pg *.pgs *.tmp *.toc *.tp *.vr -- 2.18.0