diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-14 20:24:34 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 17:54:22 +0100 |
commit | 461c7bee694297e7588d062e5e8ced37c12299ee (patch) | |
tree | c8abcee6a5c814d89445fddd9e114a4217d8e405 /configure.ac | |
parent | build: remove $Format tags (diff) | |
download | frr-461c7bee694297e7588d062e5e8ced37c12299ee.tar.xz frr-461c7bee694297e7588d062e5e8ced37c12299ee.zip |
doc: rename manpages to ".in" for autoconf
The manpages contain references to installation paths and thus should be
preprocessed by ./configure to get the actual paths.
This commit is an exact-rename so the changes for the preprocessing are
easier to review (diffs in renames are hard to read...)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 99b23c560..0eeeb627b 100755 --- a/configure.ac +++ b/configure.ac @@ -1602,6 +1602,19 @@ AC_CONFIG_FILES([Makefile lib/Makefile qpb/Makefile zebra/Makefile ripd/Makefile redhat/quagga.spec lib/version.h doc/defines.texi + doc/bgpd.8 + doc/isisd.8 + doc/ospf6d.8 + doc/ospfclient.8 + doc/ospfd.8 + doc/ldpd.8 + doc/ripd.8 + doc/ripngd.8 + doc/pimd.8 + doc/vtysh.1 + doc/watchquagga.8 + doc/zebra.8 + doc/quagga.1 pkgsrc/bgpd.sh pkgsrc/ospf6d.sh pkgsrc/ospfd.sh pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh]) |