blob: baa1a49f946eeb9c178fade40f0cc629142315ca [file] [log] [blame]
Neels Hofmeyr471be2c2017-10-19 05:11:57 +02001TOPDIR = ..
Harald Welte9f1331b2016-02-20 10:56:10 +01002
Neels Hofmeyr471be2c2017-10-19 05:11:57 +02003ASCIIDOC = osmosgsn-usermanual.adoc
4ASCIIDOC_DEPS = chapters/*.adoc
Harald Welte9f1331b2016-02-20 10:56:10 +01005include $(TOPDIR)/build/Makefile.asciidoc.inc
Harald Welte9f1331b2016-02-20 10:56:10 +01006
Neels Hofmeyr471be2c2017-10-19 05:11:57 +02007VTY_REFERENCE = osmosgsn-vty-reference.xml
8include $(TOPDIR)/build/Makefile.vty-reference.inc
Harald Welte9f1331b2016-02-20 10:56:10 +01009
Neels Hofmeyr471be2c2017-10-19 05:11:57 +020010include $(TOPDIR)/build/Makefile.common.inc