From 9f691be3d49840690f7d3a22e81e6fd3e03f0900 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 Nov 2017 00:49:48 +0100 Subject: make: fix "make distclean" Fixes #2097 Closes #2108 --- docs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 17b3909ca..ae5ceecae 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -81,3 +81,6 @@ pdf: $(PDFPAGES) rm $$foo.ps; \ echo "converted $< to $@") +distclean: + rm -f $(CLEANFILES) + -- cgit v1.2.3