regenerate
[plcapi.git] / doc / Makefile
index 1340f8e..bbb25c9 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.2 2006/11/03 20:36:05 thierry Exp $
 #
 
 all: PLCAPI.pdf
@@ -38,7 +38,7 @@ endef
 $(foreach format,$(FORMATS),$(eval $(call docbook2,$(format))))
 
 clean:
-       rm -f $(patsubst %,*.%,$(FORMATS)) .*.xml.valid
+       rm -f $(patsubst %,*.%,$(FORMATS)) .*.xml.valid Methods.xml
 
 force: