/[freezvaut]/trunk/Makefile
ViewVC logotype

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (hide annotations)
Wed Dec 14 15:18:07 2005 UTC (19 years, 4 months ago) by jan
File size: 249 byte(s)
Makefile: Neu. Erzeugt einen release tar-ball.

1 jan 23 DIST=freezvaut-`cat VERSION`
2     TMPDIR=/tmp/$(DIST)
3    
4     all:
5     # Einziges Ziel bisher: make dist
6    
7     dist:
8     rm -rf $(TMPDIR)
9     mkdir $(TMPDIR)
10     cp -R * $(TMPDIR)
11     find $(TMPDIR) -name ".svn" | xargs rm -rf
12     tar -czvf $(DIST).tar.gz $(TMPDIR)
13     rm -rf $(TMPDIR)

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26