mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 04:27:38 +03:00
Added README because automake requires it. Added README.asciidoc to
Makefile.am.
This commit is contained in:
parent
c6c3ee4daa
commit
ec95a9d424
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,6 @@ ACLOCAL_AMFLAGS = -I m4 --install
|
|||
|
||||
EXTRA_DIST = config.rpath
|
||||
|
||||
dist_doc_DATA = README README.html
|
||||
dist_doc_DATA = README README.asciidoc README.html
|
||||
|
||||
dist_noinst_DATA = LICENSE.OpenSSL
|
||||
|
|
|
@ -332,7 +332,7 @@ top_srcdir = @top_srcdir@
|
|||
SUBDIRS = po intl lib src test doc
|
||||
ACLOCAL_AMFLAGS = -I m4 --install
|
||||
EXTRA_DIST = config.rpath
|
||||
dist_doc_DATA = README README.html
|
||||
dist_doc_DATA = README README.asciidoc README.html
|
||||
dist_noinst_DATA = LICENSE.OpenSSL
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
|
1
README
Normal file
1
README
Normal file
|
@ -0,0 +1 @@
|
|||
See README.asciidoc
|
Loading…
Add table
Add a link
Reference in a new issue