1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-17 10:10:03 +00:00
2013-08-30 15:29:02 +10:00

11 lines
170 B
Makefile

EXTRA_DIST = doxygen.cfg.in
docs: doxygen.cfg
doxygen $^
docs-upload: docs
ln -s html api-1.0
rsync -av api-1.0/ web.sourceforge.net:htdocs/api-1.0/
rm -f api-1.0