Skip to content

Commit 32f8507

Browse files
committed
build: exclude sending .buildinfo to sourceforge in rsync of docs.
1 parent d66df44 commit 32f8507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/www/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ sourceforge_dev_sync: ## sync html directory to sourceforce /dev_docs subdir
6363
# IS NOT (and must not be) SET
6464
read -p "sync to dev_docs y/N? " resp; echo "$$resp" | grep -i "^y"
6565
rsync -av --no-times --delete --exclude 'docs_backup*' \
66+
--exclude '.buildinfo' \
6667
--backup --backup-dir docs_backup-`date --iso-8601=seconds` \
6768
html/. \
6869
web.sourceforge.net:/home/project-web/roundup/htdocs/dev_docs/.

0 commit comments

Comments
 (0)