Skip to content

Commit

Permalink
added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
schaller committed Nov 5, 2001
1 parent 747523c commit 1ba411c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DIR=wtodo-$(VER)

dist:
mkdir $(DIR)
mkdir $(DIR)/docs $(DIR)/data
cp src/data/todo.csv $(DIR)/data
cp docs/guide/guide.html docs/guide.ps docs/guide.tex $(DIR)/docs
cp src/wt* src/utilities.pl $(DIR)
tar cvf $(DIR).tar $(DIR)
gzip -9 $(DIR).tar

0 comments on commit 1ba411c

Please sign in to comment.