9
0
Fork 0
This repository has been archived on 2023-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
openbsc/doc/manuals/Makefile.am

16 lines
466 B
Makefile
Raw Normal View History

OSMO_GSM_MANUALS_DIR = $(top_srcdir)
EXTRA_DIST = osmonitb-usermanual.adoc \
osmonitb-usermanual-docinfo.xml \
osmonitb-vty-reference.xml \
chapters \
vty
ASCIIDOC = osmonitb-usermanual.adoc
ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
VTY_REFERENCE = osmonitb-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc