X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=83c84e66d8734b9ac244da852104bbaf3f03fc24;hb=286e4963a987e2478baca5050e805516e2b7fbd0;hp=1340f8e9947de30224db08fab0bb3ef25f59469a;hpb=e6f1cfc3e60c97f756858da04067e060d5d491d1;p=plcapi.git diff --git a/doc/Makefile b/doc/Makefile index 1340f8e..83c84e6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: plcsh,v 1.3 2006/01/09 19:57:24 mlhuang Exp $ +# $Id: Makefile,v 1.1 2006/09/06 15:34:41 mlhuang Exp $ # all: PLCAPI.pdf @@ -40,6 +40,9 @@ $(foreach format,$(FORMATS),$(eval $(call docbook2,$(format)))) clean: rm -f $(patsubst %,*.%,$(FORMATS)) .*.xml.valid +docclean: + rm -f Methods.xml PLCAPI.pdf + force: .PHONY: force clean docclean