We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448d35e commit 5c53fd1Copy full SHA for 5c53fd1
1 file changed
docu/sphinx/Makefile
@@ -24,6 +24,9 @@ debug:
24
"$(SOURCEDIR)" "$(BUILDDIR)/pseudoxml" \
25
-b pseudoxml # -W
26
27
+deploy:
28
+ @lftp -e "mirror --reverse -n -e build/html /www/doc/igor-unit-testing-framework; bye" byte-physics
29
+
30
.PHONY: help Makefile
31
32
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments