X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=f6a221bf3d4db6f47da4bc85f418e6535a2abc1e;hp=3220c1a6e8d212c92f182635fe341b447afbb4f8;hb=750c7626dbfebf6e043cfcbe02fcb4dd5df3aa34;hpb=194d1c0ec6bea7572a562da002416cbf619b1c77 diff --git a/firmware/Makefile b/firmware/Makefile index 3220c1a..f6a221b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -50,3 +50,8 @@ erase: $(BSL) -e clean: rm -f $(app) $(app).hex $(libs) $(apps) +docs: + doxygen +pushdocs: docs + rsync --exclude .svn -ave ssh doc/html/* travisutk,goodfet@web.sourceforge.net:htdocs/docs/ +.FAKE: docs