From f17a6ff5c41215701b822ccc4d46e89832fbd033 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Thu, 4 Jun 2015 09:20:31 -0700 Subject: 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] --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a918ac..24a7eff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -302,8 +302,9 @@ include $(top_srcdir)/tools/Makefile.am.inc # # # INSTALLED M4 MACROS # # # m4dir = ${datadir}/aclocal -m4_DATA = \ +dist_m4_DATA = \ m4/eos-coverage.m4 \ + m4/eos-i18n-extras.m4 \ $(NULL) # # # TESTS # # # -- cgit v1.2.3