summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-04-10 19:37:47 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-04-10 19:51:50 +0200
commitdff213a9688902d0b44cb468090c98426b4de2f8 (patch)
tree5ff157404634bcc9648e7fca72548a3e51b362bc /doc/Makefile.am
parentdoc: use frr syntax highlighting (diff)
downloadfrr-dff213a9688902d0b44cb468090c98426b4de2f8.tar.xz
frr-dff213a9688902d0b44cb468090c98426b4de2f8.zip
doc: load lexer differently
Pygments 2.2+ has `load_lexer_from_file`, but it looks like some of our build platforms are on an older version. Also gotta include the new file in dist tarball. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6228683f9..9f58c18cb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -258,4 +258,5 @@ EXTRA_DIST = frr-sphinx.mk \
figures/ospf_api_architecture.png \
figures/ospf_api_msghdr.png \
figures/ospf_api_msgs1.png \
- figures/ospf_api_msgs2.png
+ figures/ospf_api_msgs2.png \
+ extra/frrlexer.py