diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-10 19:37:47 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-10 19:51:50 +0200 |
commit | dff213a9688902d0b44cb468090c98426b4de2f8 (patch) | |
tree | 5ff157404634bcc9648e7fca72548a3e51b362bc /doc/Makefile.am | |
parent | doc: use frr syntax highlighting (diff) | |
download | frr-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.am | 3 |
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 |