Skip to content

Commit 5c53fd1

Browse files
committed
Documentation: Add target for deployment
1 parent 448d35e commit 5c53fd1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docu/sphinx/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ debug:
2424
"$(SOURCEDIR)" "$(BUILDDIR)/pseudoxml" \
2525
-b pseudoxml # -W
2626

27+
deploy:
28+
@lftp -e "mirror --reverse -n -e build/html /www/doc/igor-unit-testing-framework; bye" byte-physics
29+
2730
.PHONY: help Makefile
2831

2932
# Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)