docs/src/Makefile

changeset 275
fa48ab29abd2
parent 273
c743721d566f
child 276
20a176d5a53e
--- a/docs/src/Makefile	Fri Aug 04 20:03:21 2017 +0200
+++ b/docs/src/Makefile	Sat Aug 05 09:36:03 2017 +0200
@@ -79,5 +79,8 @@
 build/davdoc.css:
 	cp davdoc.css build
 
+dist: build
+	rm -Rf ../html; cp -R build ../html
+
 clean:
 	rm -Rf build

mercurial