comparison doc/ja/Makefile @ 1500:cadde8ebf167

Fixed to convert to man properly.
author Hidetaka Iwai <tyuyu@debian.or.jp>
date Thu, 03 Nov 2005 11:56:51 +0900
parents a64fdaf60f9d
children
comparison
equal deleted inserted replaced
1499:874efc57e00a 1500:cadde8ebf167
7 man: $(MAN) 7 man: $(MAN)
8 8
9 html: $(HTML) 9 html: $(HTML)
10 10
11 %: %.xml 11 %: %.xml
12 xmlto man $*.xml 12 xmlto -x docbook.ja.xsl man $*.xml
13 13
14 %.xml: %.txt 14 %.xml: %.txt
15 -asciidoc -d manpage -b docbook -f docbook.ja.conf $*.txt 15 -asciidoc -d manpage -b docbook -f docbook.ja.conf $*.txt
16 16
17 %.html: %.txt 17 %.html: %.txt