Skip to content
Snippets Groups Projects
Commit c92bab9f authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Let docspotless depend on docclean. Needed if docspotless is made explicitly,...

Let docspotless depend on docclean. Needed if docspotless is made explicitly, and not through cvsclean.

Rev: Makefile:1.147
parent 132760aa
No related branches found
No related tags found
No related merge requests found
#
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment