mirror_frr/doc/developer/Makefile.in
Quentin Young 524ada7f23 doc: support VPATH builds
Documentation was not fully using Automake / Autoconf and therefore needs
modifications to support black magic VPATH builds.

* Convert Makefile's to Autoconf-controlled Makefile.in's
* Tweak loading of pygments lexer to handle runtime paths
* Update .gitignore's as necessary

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-05-02 17:15:31 -04:00

9 lines
216 B
Makefile

# This is necessary to support VPATH builds.
srcdir = @srcdir@
VPATH = @srcdir@
# This variable is used as the documentation source location in frr-sphinx.mk
SOURCESDIR = @srcdir@
include @srcdir@/../frr-sphinx.mk