~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2009-07-22 14:07:56 UTC
  • mto: (4568.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4569.
  • Revision ID: ian.clatworthy@canonical.com-20090722140756-rx3dbtf3rlubfy4r
Improve the names and location of the quick reference cards

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        $(wildcard doc/index.*.txt)
106
106
non_txt_files := \
107
107
       doc/default.css \
108
 
       $(wildcard doc/*/quick-reference/quick-start-summary.svg) \
109
 
       $(wildcard doc/*/quick-reference/quick-start-summary.png) \
110
 
       $(wildcard doc/*/quick-reference/quick-start-summary.pdf) \
 
108
       $(wildcard doc/*/quick-reference/bzr-quick-reference.svg) \
 
109
       $(wildcard doc/*/quick-reference/bzr-quick-reference.png) \
 
110
       $(wildcard doc/*/quick-reference/bzr-quick-reference.pdf) \
111
111
       $(wildcard doc/*/user-guide/images/*.png)
112
112
htm_files := $(patsubst %.txt, %.html, $(txt_files)) 
113
113