summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-11-24 16:13:57 +0200
committerTimo Teräs <timo.teras@iki.fi>2010-11-24 16:13:57 +0200
commita0ed0e6bc7809e88ee1272fa9516dd7e3c7e8d2d (patch)
treeb7503d54f52793a9d9c8c931f5fab2089c9db016 /Makefile
parent301047f944320fccef17df3431ddd0bd5d1455a0 (diff)
downloadsquark-a0ed0e6bc7809e88ee1272fa9516dd7e3c7e8d2d.tar.bz2
squark-a0ed0e6bc7809e88ee1272fa9516dd7e3c7e8d2d.tar.xz
www: add a set of example pages for block info and captive portalv0.1
Relatively simple set of pages done in haserl. Fixes #448.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 676b01f..500282a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,18 +11,19 @@ DESTDIR:=
BINDIR:=/usr/bin
SBINDIR:=/usr/sbin
CONFDIR:=/etc/$(PACKAGE)
+WWWDIR:=/usr/share/$(PACKAGE)/www
MANDIR:=/usr/share/man
DOCDIR:=/usr/share/doc/$(PACKAGE)
STATEDIR:=/var/run
LIBDIR:=/var/lib/$(PACKAGE)
LUALIBDIR:=/usr/lib/lua/5.1
-export DESTDIR BINDIR SBINDIR CONFDIR MANDIR DOCDIR STATEDIR LIBDIR LUALIBDIR
+export DESTDIR BINDIR SBINDIR CONFDIR WWWDIR MANDIR DOCDIR STATEDIR LIBDIR LUALIBDIR
##
# Top-level rules and targets
-targets := src/ man/
+targets := src/ man/ www/
##
# Include all rules and stuff