X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=f6a221bf3d4db6f47da4bc85f418e6535a2abc1e;hp=3220c1a6e8d212c92f182635fe341b447afbb4f8;hb=a07ee5d1ce0e6c0f5e53a04afed88a96b323177a;hpb=aa39840460c7b1c557beb82f3154cb38978d9607 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