Skip to content

Commit

Permalink
Added README because automake requires it. Added README.asciidoc to
Browse files Browse the repository at this point in the history
Makefile.am.
  • Loading branch information
tatsuhiro-t committed Nov 27, 2010
1 parent c6c3ee4 commit ec95a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See README.asciidoc

0 comments on commit ec95a9d

Please sign in to comment.