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