]> git.puffer.fish Git - mirror/frr.git/commit
doc: support VPATH builds 2162/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 2 May 2018 18:42:28 +0000 (14:42 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 2 May 2018 21:15:31 +0000 (17:15 -0400)
commit524ada7f2356a4f6cba31f07a75896681be105bc
tree11079602e49605cbbca67543110425f6a2a2821d
parentd90b2b73cb174e781b796d2f9c7a9075e4327a59
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