]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix makefiles again
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 7 Feb 2018 21:18:52 +0000 (16:18 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 7 Feb 2018 21:18:52 +0000 (16:18 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/Makefile.am
doc/manpages/Makefile

index a1f619ade7b37ee5333d8a41ccdf142783fcdf1c..0a7ff6c03cad138b49117e0c69223fdd3cc3abac 100644 (file)
@@ -81,7 +81,7 @@ developer.html:
        $(MAKE) -C developer html
 
 # include sources for shipped docs
-EXTRA_DIST = manpages/defines.txt \
+EXTRA_DIST = manpages/defines.rst \
        manpages/ldpd.rst \
        manpages/index.rst \
        manpages/bgpd.rst \
index 562108a0bc785f5b63d70e647920be9786ba1958..3f0c8f55aec8f80cc54161863fcc8aa5b2cfee6d 100644 (file)
@@ -215,5 +215,4 @@ pseudoxml:
        @echo
        @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
 
-install: ;
-all: ;
+%: ;