mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
11 lines
170 B
Makefile
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
|
|
|