aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoPCU/Makefile
blob: 7a1acc0c2fb65974c2b883d33aaf47bb77db8d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOPDIR = ..

ASCIIDOC = osmopcu-usermanual.adoc osmopcu-gb.adoc
include $(TOPDIR)/build/Makefile.asciidoc.inc
osmopcu-gb.pdf: gb/*.adoc gb/*.msc
osmopcu-usermanual.pdf: chapters/*.adoc

VTY_REFERENCE = osmopcu-vty-reference.xml
include $(TOPDIR)/build/Makefile.vty-reference.inc

include $(TOPDIR)/build/Makefile.common.inc