New documentation location
This commit is contained in:
parent
913e33c434
commit
4d113dcb3b
|
@ -6,6 +6,7 @@ dox:
|
|||
pdf:
|
||||
gmake -C latex refman.pdf
|
||||
|
||||
upload: dox pdf
|
||||
scp -C latex/refman.pdf adamdunkels@shell.sourceforge.net:/home/groups/c/co/contiki/htdocs/
|
||||
tar czfv - html | ssh adamdunkels@shell.sourceforge.net "cd /home/groups/c/co/contiki/htdocs/; tar xfz -"
|
||||
upload: dox #pdf
|
||||
# scp -C latex/refman.pdf adamdunkels@shell.sourceforge.net:/home/groups/c/co/contiki/htdocs/
|
||||
# tar czfv - html | ssh adamdunkels@shell.sourceforge.net "cd /home/groups/c/co/contiki/htdocs/; tar xfz -"
|
||||
(cd html; rsync -rv . r2d2.sics.se:/home/adam/public_html/contiki/docs)
|
||||
|
|
Loading…
Reference in a new issue