~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-13 06:42:14 UTC
  • mfrom: (3619.3.2 HACKING updates)
  • Revision ID: pqm@pqm.ubuntu.com-20080813064214-jc5n4sj20j81qcwy
Move the notes on writing tests out of HACKING into a new file,
        and improve them. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
derived_txt_files := \
84
84
        doc/en/user-reference/bzr_man.txt \
85
85
        doc/en/developer-guide/HACKING.txt \
 
86
        doc/en/developer-guide/testing.txt \
86
87
        doc/en/release-notes/NEWS.txt
87
88
txt_files := $(wildcard doc/en/tutorials/*.txt) \
88
89
        $(derived_txt_files) \