~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-08-05 09:55:29 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-35
Made make debugging-on and make debugging-off turn on and off apidoc in addition to the debug skin.
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-25
   merge from rocketfuel

 * steve.alexander@canonical.com/launchpad--devel--0--patch-26
   made apidoc include precious

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
debugging-on:
18
18
        cp ./lib/canonical/canonical.debugskin-configure.zcml ./package-includes/
 
19
        cp ./lib/canonical/canonical.apidoc-configure.zcml ./package-includes/
19
20
 
20
21
debugging-off:
21
22
        rm ./package-includes/canonical.debugskin-configure.zcml
 
23
        rm ./package-includes/canonical.apidoc-configure.zcml
22
24
 
23
25
.PHONY: check debugging-on debugging-off
24
26