From c92bab9f364b040cf7ae5e8bb948113fa9b5571b Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Mon, 27 Sep 2004 23:55:31 +0200 Subject: [PATCH] Let docspotless depend on docclean. Needed if docspotless is made explicitly, and not through cvsclean. Rev: Makefile:1.147 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9268b17b80..baed86e996 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.146 2004/07/04 12:56:04 mast Exp $ +# $Id: Makefile,v 1.147 2004/09/27 21:55:31 nilsson Exp $ # # Meta Makefile # @@ -368,7 +368,7 @@ docclean: -rm -f "$(BUILDDIR)/onepage.xml" -rm -f "$(BUILDDIR)/traditional.xml" -docspotless: +docspotless: docclean if test -f "refdoc/Makefile"; then \ cd refdoc; $(DO_MAKE) spotless; \ else :; fi -- GitLab