doc: fix makefiles again

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-02-07 16:18:52 -05:00
parent 50cc7127cf
commit 4898758807
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F
2 changed files with 2 additions and 3 deletions

View 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 \

View File

@ -215,5 +215,4 @@ pseudoxml:
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
install: ;
all: ;
%: ;