summaryrefslogtreecommitdiff
path: root/tools/Makefile.am.inc
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-06-04 09:20:31 -0700
committerPhilip Chimento <philip@endlessm.com>2015-06-04 14:27:31 -0700
commitf17a6ff5c41215701b822ccc4d46e89832fbd033 (patch)
tree32e80569771061e8948903002c694dafc3514ea1 /tools/Makefile.am.inc
parentfbc49cb284067838416c6022d5c7dcb64899e030 (diff)
Add eos-html-extractor and m4 file
This is taken almost directly from the existing version in eos-english. Cleanups to follow in subsequent commits. Previously the m4 code was in two separate macros, but since they were much the same, I combined them into one macro. This also adds a very minimal test for eos-html-extractor; basically as a very quick regression test for the cleanups to follow. [endlessm/eos-sdk#3245]
Diffstat (limited to 'tools/Makefile.am.inc')
-rw-r--r--tools/Makefile.am.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am.inc b/tools/Makefile.am.inc
index 5c53d72..8f0015c 100644
--- a/tools/Makefile.am.inc
+++ b/tools/Makefile.am.inc
@@ -3,6 +3,7 @@
bin_SCRIPTS = \
tools/eos-application-manifest/eos-application-manifest \
tools/eos-json-extractor/eos-json-extractor \
+ tools/eos-html-extractor \
$(NULL)
# Use the following script to replace $datadir inside the script, as suggested
@@ -29,6 +30,7 @@ CLEANFILES += \
EXTRA_DIST += \
tools/eos-application-manifest/eos-application-manifest.in \
tools/eos-json-extractor/eos-json-extractor.in \
+ tools/eos-html-extractor \
$(NULL)
commandsdir = $(libexecdir)/eos-application-manifest/commands