1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-08 19:31:53 +00:00

12 lines
323 B
Makefile
Raw Normal View History

# This target requires and graphviz and doxygen
dox:
doxygen Doxyfile
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 -"