~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/_static/en/quick-reference/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:
2
2
# doc/*/quick-reference/Makefile and update TARGETS and OBJECTS usages in
3
3
# doc/Makefile
4
4
 
5
 
TARGETS=quick-start-summary.png quick-start-summary.pdf
6
 
OBJECTS=quick-start-summary.svg Makefile
 
5
TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
 
6
OBJECTS=bzr-quick-reference.svg Makefile
7
7
 
8
8
all: $(TARGETS)
9
9