X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=bbb25c9a64ef88f58d0e68117773677803f1e04a;hb=f74ad25e889de21c9edf78dfd08522591d0b7de9;hp=83c84e66d8734b9ac244da852104bbaf3f03fc24;hpb=39affdfbcbae32244a0533d7b0b01b94a19c81b1;p=plcapi.git diff --git a/doc/Makefile b/doc/Makefile index 83c84e6..bbb25c9 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: