~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-09-05 02:29:34 UTC
  • mto: (3697.7.4 1.7)
  • mto: This revision was merged to the branch mainline in revision 3748.
  • Revision ID: john@arbash-meinel.com-20080905022934-s8692mbwpkdwi106
Cleanups to the algorithm documentation.

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