mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 08:22:00 +00:00
11 lines
265 B
Makefile
11 lines
265 B
Makefile
TOPDIR = ..
|
|
|
|
ASCIIDOC = osmotrx-usermanual.adoc
|
|
ASCIIDOC_DEPS = chapters/*.adoc
|
|
include $(TOPDIR)/build/Makefile.asciidoc.inc
|
|
|
|
VTY_REFERENCE = osmotrx-vty-reference.xml
|
|
include $(TOPDIR)/build/Makefile.vty-reference.inc
|
|
|
|
include $(TOPDIR)/build/Makefile.common.inc
|