mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
add sync target in doc/ Makefile
This commit is contained in:
parent
8ac4af4875
commit
2d9aabefff
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user