summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 57a5600..834f24c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -13,7 +13,7 @@ dsts := $(srcs:%.gsp=%.html)
all: $(dsts)
%.html: %.gsp $(reqs)
- m4 -P -Iinclude m4/* $< | gsp >$@
+ m4 -P -Iinclude m4/__base.m4 m4/[a-z]* $< | gsp >$@
check:
find src -name '*.gsp' -exec \