]> git.puffer.fish Git - matthieu/frr.git/commit
doc: rename manpages to ".in" for autoconf
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 14 Dec 2016 19:24:34 +0000 (20:24 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 20 Dec 2016 16:54:22 +0000 (17:54 +0100)
commit461c7bee694297e7588d062e5e8ced37c12299ee
treec8abcee6a5c814d89445fddd9e114a4217d8e405
parent8ef0791cb6fa5eefd075661d0bcff0ff743cc3b3
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>
28 files changed:
configure.ac
doc/Makefile.am
doc/bgpd.8 [deleted file]
doc/bgpd.8.in [new file with mode: 0644]
doc/isisd.8 [deleted file]
doc/isisd.8.in [new file with mode: 0644]
doc/ldpd.8 [deleted file]
doc/ldpd.8.in [new file with mode: 0644]
doc/ospf6d.8 [deleted file]
doc/ospf6d.8.in [new file with mode: 0644]
doc/ospfclient.8 [deleted file]
doc/ospfclient.8.in [new file with mode: 0644]
doc/ospfd.8 [deleted file]
doc/ospfd.8.in [new file with mode: 0644]
doc/pimd.8 [deleted file]
doc/pimd.8.in [new file with mode: 0644]
doc/quagga.1 [deleted file]
doc/quagga.1.in [new file with mode: 0644]
doc/ripd.8 [deleted file]
doc/ripd.8.in [new file with mode: 0644]
doc/ripngd.8 [deleted file]
doc/ripngd.8.in [new file with mode: 0644]
doc/vtysh.1 [deleted file]
doc/vtysh.1.in [new file with mode: 0644]
doc/watchquagga.8 [deleted file]
doc/watchquagga.8.in [new file with mode: 0644]
doc/zebra.8 [deleted file]
doc/zebra.8.in [new file with mode: 0644]