/[freezvaut]/trunk/Makefile
ViewVC logotype

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (show annotations)
Tue Dec 20 23:50:25 2005 UTC (19 years, 4 months ago) by jan
File size: 335 byte(s)
Vorbereitung für release 1.0.0.rc2.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26