~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michael Hudson
  • Date: 2007-05-23 17:42:19 UTC
  • Revision ID: michael.hudson@canonical.com-20070523174219-6lr3fgv9nciyjalu
only serve up unescaped user content with Content-Disposition: attachment

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
PYTHON ?= python
 
3
 
 
4
dist:
 
5
        $(PYTHON) ./setup.py sdist
 
6
 
 
7
clean:
 
8
        rm -rf dist/
 
9