From 5bb4cc29789e3397dbc1df013d2d715db1be1004 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 13 Dec 2013 19:36:21 -0800 Subject: [PATCH] docs: really clean all old doc versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8f6f450d..3655788dc 100644 --- a/Makefile +++ b/Makefile @@ -590,7 +590,7 @@ site/0.18: git archive --prefix site/0.18/ tags/0_18_2 '*.md' | tar xf - cleanoldsource: - cd site; rm -rf 0.19 0.18 + cd site; rm -rf 0.22 0.21 0.20 0.19 0.18 # generate html versions of docs (and the hledger.org website) # work around pandoc not handling full rst image directive