doc/ja/Makefile
changeset 1500 cadde8ebf167
parent 1489 a64fdaf60f9d
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