mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
10 lines
189 B
Text
10 lines
189 B
Text
|
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/libusb/htdocs
|
||
|
rm -f api-1.0
|