mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
170 B
11 lines
170 B
11 years ago
|
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
|
||
|
|