summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-25 14:39:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-25 14:39:11 (EDT)
commit4defb5fde7bbad0c332eb574c2e91c0120c4012b (patch)
tree9a42a8cd437ff6d8dbf16f0ea89c063ccfd2c2c8 /Makefile
parent23e6b74a7138d00a5586644b2028e4e3f354d9f1 (diff)
downloadwww-4defb5fde7bbad0c332eb574c2e91c0120c4012b.zip
www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.gz
www-4defb5fde7bbad0c332eb574c2e91c0120c4012b.tar.bz2
projects/screen-batt/index.mdwn: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bced666..941dd38 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ SSIFLAGS = -D DOCUMENT_BASE=$(DOCUMENT_BASE) -D MEDIA_BASE=$(MEDIA_BASE)
srcs = \
projects/index.mdwn \
projects/cgol/index.mdwn \
- projects/changelog-gen/index.mdwn
+ projects/changelog-gen/index.mdwn \
+ projects/screen-batt/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES: