File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 77 @echo " Please use \` make <target>' where <target> is one of"
88 @echo " html to make standalone HTML files"
99 @echo " linkcheck to check all external links for integrity"
10-
10+ @echo " sourceforge_prod_sync sync html directory to sourceforce"
11+ @echo " production website"
12+ @echo " sourceforge_dev_sync sync html directory to sourceforce"
13+ @echo " /dev_docs subdirectory"
14+ @echo " clean remove all produced files"
1115clean :
1216 -rm -rf $(TMP ) $(HTML ) docs COPYING.txt
1317
@@ -40,3 +44,7 @@ linkcheck:
4044
4145sourceforge_dev_sync :
4246 rsync -av html/. web.sourceforge.net:/home/project-web/roundup/htdocs/dev_docs/.
47+
48+ sourceforge_prod_sync :
49+ read -p " sync to production y/N? " resp; echo " $$ resp" | grep -i " ^y"
50+ rsync -av html/. web.sourceforge.net:/home/project-web/roundup/htdocs/.
You can’t perform that action at this time.
0 commit comments