~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aaron Bentley
  • Date: 2006-11-10 02:34:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: aaron.bentley@utoronto.ca-20061110023400-ee2ce6e893707008
More updates from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
txt_files := $(wildcard $(addsuffix /*.txt, $(doc_dir))) doc/bzr_man.txt
46
46
htm_files := $(patsubst %.txt, %.htm, $(txt_files)) 
47
47
 
48
 
pretty-docs: pretty_files
 
48
pretty-html-docs: pretty_files
49
49
 
50
50
pretty_docs:
51
51
        python -c "import os; os.mkdir('$(PRETTYDIR)')"