summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-05-27 12:00:26 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-05-27 12:00:26 +0000
commitb711e55cd1d49e0fdc5638f7acb0d7a7572e2f23 (patch)
treef2a01251fcbcab3038c08acb4aca7e585fa1562d /Makefile
parent9f69a93779e249754f680ed9a78cb6d37c59acb0 (diff)
downloadacf-gnats-0.3.tar.bz2
acf-gnats-0.3.tar.xz
jquery powered gnatsv0.3
git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1183 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab78209..bf6f075 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,14 @@
APP_NAME=gnats
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.2
+VERSION=0.3
APP_DIST=\
gnats* \
+ template-html.lsp
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST) skins
+DISTFILES=$(APP_DIST) $(EXTRA_DIST) skins js
TAR=tar
@@ -15,6 +16,7 @@ P=$(PACKAGE)-$(VERSION)
tarball=$(P).tar.bz2
install_dir=$(DESTDIR)/$(appdir)/$(APP_NAME)
skin_dir=$(DESTDIR)/$(wwwdir)/skins/
+js_dir=$(DESTDIR)/$(wwwdir)/js/
all:
clean:
@@ -27,6 +29,7 @@ install:
cp -a $(APP_DIST) "$(install_dir)"
mkdir -p $(skin_dir)
cp -a skins/* "$(skin_dir)"
+ cp -a js/* "$(js_dir)"
$(tarball): $(DISTFILES)
rm -rf $(P)