mirror of
https://github.com/aria2/aria2.git
synced 2024-11-23 13:59:50 +00:00
02c65e0eca
Should sphinx-build be not available AND the man file not be prsent, then just "touch" it into existence (and warn about that)
13 lines
354 B
Makefile
13 lines
354 B
Makefile
SUBDIRS = manual-src
|
|
|
|
doc_xmlrpcdir = $(docdir)/xmlrpc
|
|
dist_doc_xmlrpc_DATA = xmlrpc/aria2mon \
|
|
xmlrpc/aria2rpc \
|
|
xmlrpc/README.txt
|
|
|
|
doc_bashcompletiondir = $(docdir)/bash_completion
|
|
dist_doc_bashcompletion_DATA = bash_completion/README.txt
|
|
|
|
doc_bashcompletionscriptdir = @bashcompletiondir@
|
|
dist_doc_bashcompletionscript_DATA = bash_completion/aria2c
|