Makefile targets to deploy doxygen documentation.

This commit is contained in:
Travis Goodspeed 2018-11-03 16:13:02 -04:00
parent 88b0ecf647
commit 173fd2dada

View File

@ -141,3 +141,7 @@ energytrace: goodwatch.hex sbwflash
gnuplot energytrace-txt.gnuplot
../bin/batterylife.py <energytrace.txt
docs:
doxygen
docsdeploy: docs
rsync -ave ssh html/* goodwatch.org:/var/www/html/doxygen/