mirror_frr/doc/developer
Quentin Young 9eb51ce361 doc: fix distclean
Apparently Automake has some undocumented logic somewhere that makes it
so any Makefile generated from an Automake Makefile.am is removed from
its secret list of things to delete that it deletes when performing a
recursive distclean before actually performing the recursive distclean
and since the secret list is automatically generated from the list of
things that Autoconf should generate in configure.ac we can't remove the
Makefile from that list or it will break Automake's list of things to
automatically generate that it generates from Autoconf's list of things
to automatically generate.

Thus, to prevent Automake from deleting Makefiles and then immediately
trying to use the Makefiles it just deleted to delete said Makefiles, we
must remove ourselves from the secret list, which is accomplished by
changing the file extension to '.am' instead of '.in'.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-05-18 19:35:24 +00:00
..
_static doc: add frr.conf syntax highlighting 2018-04-09 17:30:53 -04:00
.gitignore doc: fix distclean 2018-05-18 19:35:24 +00:00
bgp-typecodes.rst doc: cleanup some misc files 2018-03-20 15:20:33 -04:00
bgpd.rst doc: cleanup some misc files 2018-03-20 15:20:34 -04:00
building-frr-on-alpine.rst alpine build docs: Document docker images and alpine packages 2018-04-18 10:37:11 -07:00
building-frr-on-centos6.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-centos7.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-debian8.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-debian9.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-fedora24.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-freebsd9.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-freebsd10.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-freebsd11.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-lede-openwrt.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-netbsd6.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-netbsd7.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-omnios.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-openbsd6.rst doc: update pkg version for automake on openbsd6 2018-05-11 16:05:14 -04:00
building-frr-on-ubuntu1204.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-ubuntu1404.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-ubuntu1604.rst doc: stylin' 2018-04-09 17:30:48 -04:00
building-frr-on-ubuntu1804.rst Suggested changes by @qlyoung 2018-05-15 14:04:54 -06:00
building.rst doc: move Debian packaging docs to dev docs 2018-05-09 15:23:28 -04:00
cli.rst doc: add more CLI documentation 2018-04-02 15:04:04 -04:00
conf.py doc: support VPATH builds 2018-05-02 17:15:31 -04:00
draft-zebra-00.ms doc: reorganize 2018-01-30 16:14:24 -05:00
hooks.rst doc: stylin' 2018-04-09 17:30:48 -04:00
index.rst Merge pull request #2197 from qlyoung/docuser-debianpkg 2018-05-12 06:27:26 -04:00
ldpd-basic-test-setup.md doc: reorganize 2018-01-30 16:14:24 -05:00
library.rst doc: add figures & fix some typos in arch. docs 2018-05-03 12:31:06 -04:00
Makefile.am doc: fix distclean 2018-05-18 19:35:24 +00:00
memtypes.rst doc: stylin' 2018-04-09 17:30:48 -04:00
modules.rst doc: change section title for modules docs 2017-12-08 17:27:57 -05:00
next-hop-tracking.rst doc: stylin' 2018-04-09 17:30:48 -04:00
ospf-api.rst Merge branch 'master' into docuser 2018-02-07 15:48:37 -05:00
ospf-sr.rst doc: stylin' 2018-04-09 17:30:48 -04:00
ospf.rst doc: make ospf section 2018-03-20 15:20:34 -04:00
packaging-debian.rst doc: move Debian packaging docs to dev docs 2018-05-09 15:23:28 -04:00
packaging.rst doc: move Debian packaging docs to dev docs 2018-05-09 15:23:28 -04:00
process-architecture.rst doc: add figures & fix some typos in arch. docs 2018-05-03 12:31:06 -04:00
workflow.rst Merge pull request #2039 from qlyoung/docuser 2018-04-12 18:02:22 -03:00
zebra.rst doc: move ZAPI docs to developer/ 2018-03-20 15:20:33 -04:00