Skip to content

Commit

Permalink
Makefile: use sparkup.py as source (changed recently)
Browse files Browse the repository at this point in the history
TODO: should use a build dir; `generic` might not exist
  • Loading branch information
blueyed committed Oct 7, 2013
1 parent 69ff992 commit e234a4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
@@ -1,4 +1,7 @@
SPARKUP_PY=sparkup
# Makefile for sparkup distribution
# TODO: this should use a separate build dir to copy SPARKUP_PY into.
# SPARKUP_PY should not reside in the Vim runtime dir (getting not updated via Git!)
SPARKUP_PY=sparkup.py
VERSION=`date '+%Y%m%d'`
README=README.md

Expand All @@ -24,7 +27,7 @@ all-dist:
cp distribution/sparkup-${VERSION}.zip distribution/sparkup-latest.zip

generic:
cat sparkup.py > generic/sparkup
cat ${SPARKUP_PY} > generic/sparkup
chmod +x generic/sparkup
#cp ${README} generic/sparkup-readme.txt

Expand Down

0 comments on commit e234a4f

Please sign in to comment.