/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-05 06:01:18 UTC
  • mfrom: (3078.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071205060118-l1gg524ng5twr0uw
Quick Start Card tweaks including fix for #165080 (Ian Clatworthy)

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))