mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Added README because automake requires it. Added README.asciidoc to
Makefile.am.
This commit is contained in:
parent
c6c3ee4daa
commit
ec95a9d424
@ -4,6 +4,6 @@ ACLOCAL_AMFLAGS = -I m4 --install
|
|||||||
|
|
||||||
EXTRA_DIST = config.rpath
|
EXTRA_DIST = config.rpath
|
||||||
|
|
||||||
dist_doc_DATA = README README.html
|
dist_doc_DATA = README README.asciidoc README.html
|
||||||
|
|
||||||
dist_noinst_DATA = LICENSE.OpenSSL
|
dist_noinst_DATA = LICENSE.OpenSSL
|
||||||
|
@ -332,7 +332,7 @@ top_srcdir = @top_srcdir@
|
|||||||
SUBDIRS = po intl lib src test doc
|
SUBDIRS = po intl lib src test doc
|
||||||
ACLOCAL_AMFLAGS = -I m4 --install
|
ACLOCAL_AMFLAGS = -I m4 --install
|
||||||
EXTRA_DIST = config.rpath
|
EXTRA_DIST = config.rpath
|
||||||
dist_doc_DATA = README README.html
|
dist_doc_DATA = README README.asciidoc README.html
|
||||||
dist_noinst_DATA = LICENSE.OpenSSL
|
dist_noinst_DATA = LICENSE.OpenSSL
|
||||||
all: config.h
|
all: config.h
|
||||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user