summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2009-04-13 18:17:29 +0000
committerMarko Kreen2009-04-13 18:18:59 +0000
commit628d41d8906bed9eabd0f07da483062b97cdaba0 (patch)
tree0a14aef08e1b28d4bcf7bc34308318bf6ee3416b
parent10ed9ed10cc82144bd9443ed25f6c86cdd3f3b17 (diff)
doc: move html cleaning to realcleanskytools_3_0_a1
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index eaa13acf..780b0cef 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -78,13 +78,13 @@ apiupload: apidoc
rsync -rtlz ../sql/londiste/docs/html/* $(web)/londiste/
clean:
- rm -rf api *.html *.xml
+ rm -rf api *.xml
distclean: clean
rm -rf ../sql/pgq/docs/pgq
realclean: distclean
- rm -f *.[15] *.xml
+ rm -f *.[15] *.xml *.html
ifneq ($(ASCIIDOC),no)
ifneq ($(XMLTO),no)