From f74ad25e889de21c9edf78dfd08522591d0b7de9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 15 Dec 2006 19:45:49 +0000 Subject: [PATCH] move docclean into clean --- doc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 83c84e66..bbb25c9a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: Makefile,v 1.1 2006/09/06 15:34:41 mlhuang Exp $ +# $Id: Makefile,v 1.2 2006/11/03 20:36:05 thierry Exp $ # all: PLCAPI.pdf @@ -38,10 +38,7 @@ endef $(foreach format,$(FORMATS),$(eval $(call docbook2,$(format)))) clean: - rm -f $(patsubst %,*.%,$(FORMATS)) .*.xml.valid - -docclean: - rm -f Methods.xml PLCAPI.pdf + rm -f $(patsubst %,*.%,$(FORMATS)) .*.xml.valid Methods.xml force: -- 2.47.0