~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/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:
31
31
launchpad launchpad_test: %: +%-db
32
32
        @ echo '* create the $* database tables'
33
33
        psql --file launchpad.sql $*
34
 
        psql --file default.sql $*
 
34
        @ echo '* populate database $* with the schema information'
 
35
        psql --file schemas.sql $*
35
36
 
36
37
dropdb-launchpad dropdb-launchpad_test: dropdb-%: +%-db
37
38
        @ echo '* remove the $* database'