Mercurial > hg
view doc/ja/Makefile @ 2382:b429566d1994
Make indentation of purge's cmdtable match to mercurial/commands.py
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 02 Jun 2006 00:33:42 +0200 |
parents | cadde8ebf167 |
children |
line wrap: on
line source
SOURCES=$(wildcard *.[0-9].ja.txt) MAN=$(SOURCES:%.txt=%) HTML=$(SOURCES:%.txt=%.html) all: man html man: $(MAN) html: $(HTML) %: %.xml xmlto -x docbook.ja.xsl man $*.xml %.xml: %.txt -asciidoc -d manpage -b docbook -f docbook.ja.conf $*.txt %.html: %.txt asciidoc -b html4 $*.txt clean: $(RM) $(MAN:%.ja=%) $(MAN:%=%.xml) $(MAN:%=%.html)