We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66df44 commit 32f8507Copy full SHA for 32f8507
website/www/Makefile
@@ -63,6 +63,7 @@ sourceforge_dev_sync: ## sync html directory to sourceforce /dev_docs subdir
63
# IS NOT (and must not be) SET
64
read -p "sync to dev_docs y/N? " resp; echo "$$resp" | grep -i "^y"
65
rsync -av --no-times --delete --exclude 'docs_backup*' \
66
+ --exclude '.buildinfo' \
67
--backup --backup-dir docs_backup-`date --iso-8601=seconds` \
68
html/. \
69
web.sourceforge.net:/home/project-web/roundup/htdocs/dev_docs/.
0 commit comments