1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-17 18:20:51 +00:00
2013-09-30 11:43:39 +10:00

10 lines
190 B
Makefile

EXTRA_DIST = doxygen.cfg.in
docs: doxygen.cfg
doxygen $^
docs-upload: docs
ln -s html api-1.0
scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusbx/htdocs
rm -f api-1.0