projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19875f4
)
Makefileの修正
v0.2p8
author
j8takagi
<j8takagi@nifty.com>
Fri, 25 Jan 2013 03:58:56 +0000
(12:58 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Fri, 25 Jan 2013 03:58:56 +0000
(12:58 +0900)
doc/texinfo.mk
patch
|
blob
|
history
diff --git
a/doc/texinfo.mk
b/doc/texinfo.mk
index
57c32b1
..
d709e5c
100644
(file)
--- 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
-tex
tmp
-textmp-clean:
+tex
info
-textmp-clean:
@$(RM) *.aux *.cp *.cps *.fn *.ky *.log *.pg *.pgs *.tmp *.toc *.tp *.vr