summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-17 13:01:46 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-17 13:01:46 -0400
commit2d9aabefff1e6a2c800ea851502a21aae43457f7 (patch)
treec37370db980631d8df598adbfa33d689eebb4390 /doc
parent8ac4af4875eb9cf5814dcc971632b0a4e7a008c2 (diff)
downloadroux-2d9aabefff1e6a2c800ea851502a21aae43457f7.tar.gz
add sync target in doc/ Makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 2d1f040..efa6294 100644
--- 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/