~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile.pretty

  • Committer: Aaron Bentley
  • Date: 2006-11-04 06:01:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: aaron.bentley@utoronto.ca-20061104060130-03d4088a0807170a
tweak makefile to depend on kid template

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
txt_files := $(wildcard $(addsuffix /*.txt, $(doc_dir)))
3
3
htm_files := $(patsubst %.txt, %.htm, $(txt_files)) doc/bzr_man.htm
4
4
docs: $(htm_files)
5
 
%.htm: %.txt
 
5
%.htm: %.txt doc/bazaar-vcs.org.kid
6
6
        python tools/rst2prettyhtml.py doc/bazaar-vcs.org.kid $*.txt $*.htm
7
7
 
8
8
doc/bzr_man.txt: bzrlib/builtins.py \