]> git.puffer.fish Git - matthieu/frr.git/commit
doc: support VPATH builds
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 2 May 2018 18:42:28 +0000 (14:42 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 13 May 2018 01:09:09 +0000 (21:09 -0400)
commit1d3a49230933e25a5a21a81622f2cc152ee7bc4d
treea41c38603239353f8b2460c654fa985ac9a0673f
parentc7cabfa7f63ad929c71a05e74170799187e0a35e
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>
14 files changed:
configure.ac
doc/Makefile.am
doc/developer/.gitignore
doc/developer/Makefile [deleted file]
doc/developer/Makefile.in [new file with mode: 0644]
doc/developer/conf.py
doc/frr-sphinx.mk
doc/manpages/.gitignore
doc/manpages/Makefile [deleted file]
doc/manpages/Makefile.in [new file with mode: 0644]
doc/user/.gitignore
doc/user/Makefile [deleted file]
doc/user/Makefile.in [new file with mode: 0644]
doc/user/conf.py