From 9b3debd93f990779aa32c1f4b69747322b8a9d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Sat, 25 Feb 2012 19:30:00 +0000 Subject: [PATCH] Remove old documentation before updating offline documentation (#442) --- build/lemonldap-ng/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/lemonldap-ng/Makefile b/build/lemonldap-ng/Makefile index 1bfa65c51..c8aa61562 100644 --- a/build/lemonldap-ng/Makefile +++ b/build/lemonldap-ng/Makefile @@ -382,6 +382,8 @@ install_examples_site: @$(PERL) -i -pe 's#__SESSIONDIR__#$(APACHESESSIONFILEDIR)/#g;' $(REXAMPLESDIR)/portal/*.pl install_doc_site: + # Offline documentation install + @rm -rf $(RDOCDIR) @install -v -d $(RDOCDIR) @cp -dR --remove-destination doc/* $(RDOCDIR)