Mercurial > p > roundup > code
comparison website/www/Makefile @ 7445:abc2ec25b3d1
add target to push to sourceforge dev_docs area.
reqires ssh-agent with suitable keys.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 May 2023 23:11:17 -0400 |
| parents | 186956a87ad7 |
| children | 022b7112c171 |
comparison
equal
deleted
inserted
replaced
| 7444:4d99a04a4777 | 7445:abc2ec25b3d1 |
|---|---|
| 35 mkdir -p $(TMP)/linkcheck $(TMP)/doctrees | 35 mkdir -p $(TMP)/linkcheck $(TMP)/doctrees |
| 36 sphinx-build -b linkcheck -d $(TMP)/doctrees . $(TMP)/linkcheck | 36 sphinx-build -b linkcheck -d $(TMP)/doctrees . $(TMP)/linkcheck |
| 37 @echo | 37 @echo |
| 38 @echo "Link check complete; look for any errors in the above output " \ | 38 @echo "Link check complete; look for any errors in the above output " \ |
| 39 "or in .build/linkcheck/output.txt." | 39 "or in .build/linkcheck/output.txt." |
| 40 | |
| 41 sourceforge_dev_sync: | |
| 42 rsync -av html/. web.sourceforge.net:/home/project-web/roundup/htdocs/dev_docs/. |
