summaryrefslogtreecommitdiff
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2010-06-03 15:13:52 +0100
committerGraham Percival <graham@percival-music.ca>2010-06-03 15:13:52 +0100
commit15a3c804606a773ac4f5b893bfe5d919a0ae7c4a (patch)
tree4e1f17108a0778d48d6e7db5bfe98d731f2ece07 /Documentation/GNUmakefile
parent2d61a9baaa114e1ae72cce06decd3053cc28386b (diff)
Build: dist fix.
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index ef979addab..f26af1f58f 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -98,7 +98,7 @@ $(XREF_MAPS_DIR)/web.xref-map: XREF_MAP_FLAGS += --split=node
### AJAX scripts
JS_FILES = $(call src-wildcard,*.js)
PHP_FILES = $(call src-wildcard,*.php)
-EXTRA_DIST_FILES += $(JS_FILES)
+EXTRA_DIST_FILES += $(JS_FILES) $(PHP_FILES)
OUT_JS_FILES = $(JS_FILES:%.js=$(outdir)/%.js)
OUT_PHP_FILES = $(PHP_FILES:%.php=$(outdir)/%.php)