diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-26 23:15:48 +0100 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-26 23:15:48 +0100 |
| commit | 47449d22cb9ef299d6cd9d8661e4d1f5fcb09f2a (patch) | |
| tree | 83fd36e50eb8af74e9572dc943f8a6aaa1c562cc /makefile | |
Initial import of upstream code
Embroidery output extension for Inkscape;
downloaded from http://www.jonh.net/~jonh/inkscape-embroidery/
on 2014-12-26 19:38 CET
Copyright 2010 by Jon Howell, licensed under GPLv3.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 00000000..4c306e11 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +embroider.tgz: makefile index.html embroider.py embroider.inx images/draft1.jpg images/draft2.jpg images/shirt.jpg PyEmb.py + ln -fs embroider . + tar czf $@ $^ |
