From 63279637c19a6092981fadee992c319f2eb8a409 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 12 Jun 2007 22:46:12 -0500 Subject: Adds SUBDIRS to the make 'distclean' target and 'distclean' to the sub-directory Makefiles. Patch from Ken MacLeod signed-off-by: Michael Brown --- docs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 515cddb..0ebb642 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,6 +4,8 @@ all: clean: rm -f *.pyc *.pyo *~ +distclean: clean + install: mkdir -p $(DESTDIR)/usr/share/man/man1 install -m 644 mock.1 $(DESTDIR)/usr/share/man/man1/mock.1 -- cgit