aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manuals/Makefile.am')
-rw-r--r--doc/manuals/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/manuals/Makefile.am b/doc/manuals/Makefile.am
new file mode 100644
index 0000000..d389a6e
--- /dev/null
+++ b/doc/manuals/Makefile.am
@@ -0,0 +1,14 @@
+EXTRA_DIST = \
+ osmoe1d-usermanual.adoc \
+ osmoe1d-usermanual-docinfo.xml \
+ chapters \
+ $(NULL)
+
+if BUILD_MANUALS
+ ASCIIDOC = osmoe1d-usermanual.adoc
+ ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
+ include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
+
+ OSMO_REPOSITORY = osmo-e1d
+ include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
+endif