for federation : Peers and ForeignNodes
[plcapi.git] / doc / Makefile
index 1340f8e..83c84e6 100644 (file)
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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