commit 2d9aabefff1e6a2c800ea851502a21aae43457f7
parent 8ac4af4875eb9cf5814dcc971632b0a4e7a008c2
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 17 Mar 2016 13:01:46 -0400
add sync target in doc/ Makefile
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean
+.PHONY: all clean sync
DOCS = abi il
@@ -21,3 +21,6 @@ html/%.html: %.txt
sed -e '1,3d' $< | ocaml txt/txt.ml; \
echo '</div>'; \
) > $@
+
+sync:
+ scp html/* h:/srv/data/w/compile/doc/