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