summaryrefslogtreecommitdiff
path: root/src/Makefile_Elua.am
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2016-07-20 15:27:29 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2016-07-20 15:29:53 +0100
commit0364dc3173e0e477a939b7888d7aed71e1cd759e (patch)
tree249a8880eba3b351fb0e724a64745caa83298227 /src/Makefile_Elua.am
parent5f7bc3fbfb8b72c89aed0ae1a6e255d8cf25daab (diff)
downloadefl-0364dc3173e0e477a939b7888d7aed71e1cd759e.tar.gz
docs: split off writer and utils into modules in docgen
Diffstat (limited to 'src/Makefile_Elua.am')
-rw-r--r--src/Makefile_Elua.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile_Elua.am b/src/Makefile_Elua.am
index e62e7a8c81..26cbba225f 100644
--- a/src/Makefile_Elua.am
+++ b/src/Makefile_Elua.am
@@ -67,7 +67,9 @@ eluadocgendir = $(datadir)/elua/apps/docgen
eluadocgen_DATA = \
scripts/elua/apps/docgen/mappings.lua \
- scripts/elua/apps/docgen/stats.lua
+ scripts/elua/apps/docgen/stats.lua \
+ scripts/elua/apps/docgen/util.lua \
+ scripts/elua/apps/docgen/writer.lua
EXTRA_DIST2 += $(eluadocgen_DATA)