1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-17 18:20:51 +00:00

11 lines
170 B
Makefile
Raw Normal View History

2013-08-28 12:05:58 +10:00
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