3
txt_files := $(wildcard $(addsuffix /*.txt, $(doc_dir)))
4
htm_files := $(patsubst %.txt, %.htm, $(txt_files)) doc/bzr_man.htm
5
%.htm: %.txt doc/bazaar-vcs.org.kid
6
python tools/rst2prettyhtml.py doc/bazaar-vcs.org.kid $*.txt $*.htm
9
python tools/win32/ostools.py copytodir $(htm_files) $(HTMLDIR)
10
doc/bzr_man.txt: bzrlib/builtins.py \
11
bzrlib/bundle/commands.py \
13
bzrlib/sign_my_commits.py \
15
tools/doc_generate/__init__.py \
16
tools/doc_generate/autodoc_rstx.py
17
python2.4 generate_docs.py -o doc/bzr_man.txt rstx