~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/quick-reference/Makefile

  • Committer: Matt Nordhoff
  • Date: 2009-06-23 05:12:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4474.
  • Revision ID: mnordhoff@mattnordhoff.com-20090623051207-fksdtbzkwtnrw9dd
Update _add_text docstrings that still referred to add_text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# If you feel the need to duplicate this file, you'll win the right to refactor
2
 
# doc/*/quick-reference/Makefile and update TARGETS and OBJECTS usages in
3
 
# doc/Makefile
4
 
 
5
 
TARGETS=bzr-quick-reference.png bzr-quick-reference.pdf
6
 
OBJECTS=bzr-quick-reference.svg Makefile
 
1
TARGETS=quick-start-summary.png quick-start-summary.pdf
 
2
OBJECTS=quick-start-summary.svg Makefile
7
3
 
8
4
all: $(TARGETS)
9
5