/[freezvaut]/trunk/Makefile
ViewVC logotype

Annotation of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations)
Fri Dec 16 14:28:12 2005 UTC (19 years, 4 months ago) by jan
File size: 287 byte(s)
Makefile: Fehler behoben (tar-Archiv hatte noch tmp/ eingepackt)

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26