aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/Makefile
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-05-03 12:38:05 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:12:40 +0100
commitb120272f86773d3c6d0b39e78cd6eae7b3a9b655 (patch)
tree7420c8b88d0ac96bc045e66086e600300aed612d /doc/manuals/Makefile
parent931ec5a5b6095117c2ef1193279db82118704b77 (diff)
Add osmux-reference document
Diffstat (limited to 'doc/manuals/Makefile')
-rw-r--r--doc/manuals/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manuals/Makefile b/doc/manuals/Makefile
index 284ac3bba..e12d3e283 100644
--- a/doc/manuals/Makefile
+++ b/doc/manuals/Makefile
@@ -15,18 +15,20 @@ docbooktotypes = pdf
# htmlcss =
TOPDIR := ..
-ASCIIDOCS := osmobsc-usermanual
+ASCIIDOCS := osmobsc-usermanual osmux-reference
include $(TOPDIR)/build/Makefile.asciidoc.inc
include $(TOPDIR)/build/Makefile.inc
osmobsc-usermanual.pdf: chapters/*.adoc
+osmux-reference.pdf: osmux-reference.adoc
clean:
-rm -rf $(cleanfiles)
-rm osmobsc-usermanual__*.png
-rm osmobsc-usermanual__*.svg
-rm osmobsc-usermanual*.check
+ -rm osmux-reference*.check
gen-bsc-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \