~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2007-12-03 14:31:08 UTC
  • mto: (3078.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3079.
  • Revision ID: ian.clatworthy@internode.on.net-20071203143108-meor3lu8jwa3yop0
Rename Quick Start Guide to Quick Start Card

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        doc/index.txt
92
92
non_txt_files := \
93
93
       doc/default.css \
94
 
       doc/en/quick-reference/quick-start-summary.svg
 
94
       doc/en/quick-reference/quick-start-summary.svg /
 
95
       doc/en/quick-reference/quick-start-summary.png
95
96
htm_files := $(patsubst %.txt, %.html, $(txt_files)) 
96
97
dev_txt_files := $(wildcard $(addsuffix /*.txt, doc/developers))
97
98
dev_htm_files := $(patsubst %.txt, %.html, $(dev_txt_files))