diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-19 14:08:09 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-19 14:08:09 +0000 |
| commit | 921b37834c66eeaba18147c5ab027b1f062b8829 (patch) | |
| tree | 7a87935dcaf4fb52d8ca4985300634833144aa3f /examples/phrasebook | |
| parent | db81099c4fe611e52c4be87d659e989619ef6c23 (diff) | |
Phrasebook: make clean
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 5fdddaabc..5d016b89b 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -40,5 +40,8 @@ doc: txt2tags -thtml help-phrasebook.txt rm -f Ontology.gf Implementation.gf +clean: + rm *.gfo *.pgf + upload:: Phrasebook.pgf - rsync -a Phrasebook.pgf www.grammaticalframework.org:/usr/local/www/GF-demos/www/grammars + rsync -avb Phrasebook.pgf www.grammaticalframework.org:/usr/local/www/GF-demos/www/grammars |
