summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9ee9560c..e3333ed8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -8,6 +8,20 @@ OPTIONS=\
OUT_DIR=./output
+IN_FILES = \
+ 0_00_welcome.adoc 0_06_scope.adoc 1_05_variables.adoc \
+ 3_00_language_transformation.adoc 8_00_advanced_topics.adoc \
+ 9_00_q_and_a.adoc 0_01_installing.adoc 1_00_language_overview.adoc \
+ 1_06_iterators.adoc 3_01_lex.adoc 8_01_embedding.adoc \
+ 0_02_vim_syntax.adoc 1_01_statements.adoc 2_00_types.adoc \
+ 3_02_parse.adoc 8_02_modularity.adoc 0_03_commandline.adoc \
+ 1_02_expressions.adoc 2_01_basic.adoc 3_03_match.adoc \
+ 8_03_performance.adoc 0_04_hello_world.adoc 1_03_control_flow.adoc \
+ 2_02_list_map_struct_alias.adoc 3_04_undo.adoc 8_04_error_handling.adoc \
+ 0_05_fizzbuzz.adoc 1_04_functions.adoc 2_03_def.adoc \
+ 3_05_reduction.adoc 8_05_contributing.adoc
+
+
OUT_FILES = \
0_00_welcome.html 0_06_scope.html 1_05_variables.html \
3_00_language_transformation.html 8_00_advanced_topics.html \
@@ -23,6 +37,8 @@ OUT_FILES = \
CLEANFILES = $(OUT_FILES)
+EXTRA_DIST = $(IN_FILES)
+
doc_DATA = $(OUT_FILES)
SUFFIXES = .html .adoc