summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-30 11:05:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-30 11:09:06 (EDT)
commitacc8d6c41f6d8353b196fe1d0eacc5cf27a7c290 (patch)
tree8ed4503f57c23c1131675876bad785d66952750a /Makefile
parent78edc7b7de1502a501e59e7951c888111f142c5a (diff)
downloadwww-acc8d6c41f6d8353b196fe1d0eacc5cf27a7c290.zip
www-acc8d6c41f6d8353b196fe1d0eacc5cf27a7c290.tar.gz
www-acc8d6c41f6d8353b196fe1d0eacc5cf27a7c290.tar.bz2
Makefile: Add "local" target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 317a5cd..0fcd30a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ objs = $(srcs:.mdwn=.html)
all: $(objs)
+local:
+ $(MAKE) DOCUMENT_BASE=$(PWD) MEDIA_BASE=$(PWD) all
+
$(objs): Makefile includes/header.html includes/footer.html
.mdwn.html: