From 80143e72ba1b50975f384024ef6c782a0248c728 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Tue, 10 May 2011 09:37:15 -0500 Subject: [PATCH] Fixing top-level Makefile target 'doc-clean' (now 'docclean') --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d2620b422c..77f0626cdc 100644 --- a/Makefile +++ b/Makefile @@ -23,13 +23,13 @@ install: configured clean: configured ( cd $(BUILD) && make clean ) - ( cd $(BUILD) && make doc-clean ) + ( cd $(BUILD) && make docclean && make restclean ) doc: configured ( cd $(BUILD) && make doc ) -doc-clean: configured - ( cd $(BUILD) && make doc-clean ) +docclean: configured + ( cd $(BUILD) && make docclean && make restclean ) dist: cmake_version # Minimum Bro source package