summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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