/[freezvaut]/trunk/Makefile
ViewVC logotype

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Wed Dec 21 15:26:50 2005 UTC (19 years, 4 months ago) by jan
File size: 387 byte(s)
Makefile: Bugfix: nicht die alten Tar-Balls einpacken.

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 ( cd $(TMPDIR)/$(DIST) ; rm -f freezvaut*.tar.gz )
14 tar -C /tmp -czvf $(DIST).tar.gz $(DIST)
15 rm -rf $(TMPDIR)/$(DIST)

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26