summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-02-07 16:18:52 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-02-07 16:18:52 -0500
commit4898758807b53f79576a2d83c8e22e3ae6d0f45d (patch)
tree820fb7a40236b15e2cb3ef465d8b045103ee0db2
parent50cc7127cfd3a03895a0a15441b156ac4407c437 (diff)
doc: fix makefiles again
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/manpages/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a1f619ade7..0a7ff6c03c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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 \
diff --git a/doc/manpages/Makefile b/doc/manpages/Makefile
index 562108a0bc..3f0c8f55ae 100644
--- a/doc/manpages/Makefile
+++ b/doc/manpages/Makefile
@@ -215,5 +215,4 @@ pseudoxml:
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
-install: ;
-all: ;
+%: ;