Skip to content

Commit

Permalink
build: Simplify README inclusion
Browse files Browse the repository at this point in the history
Use symlink in the repository, instead of copying.
  • Loading branch information
ueno committed May 25, 2018
1 parent 65dd546 commit e4c5d3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ depcomp
makefile
install-sh
INSTALL
README
libtool
ltmain.sh
makefile
Expand Down
7 changes: 1 addition & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BUILT_SOURCES =

CLEANFILES =

EXTRA_DIST = HACKING README
EXTRA_DIST = HACKING

incdir = $(includedir)/p11-kit-1/p11-kit
inc_HEADERS =
Expand Down Expand Up @@ -82,11 +82,6 @@ hellcheck: all
make $(AM_MAKEFLAGS) TESTS_ENVIRONMENT="$(HELLCHECK_ENV)" check-TESTS

dist-hook:
@if test -d "$(srcdir)/.git"; \
then \
echo Creating README && \
cp README.md README; \
fi
@if test -d "$(srcdir)/.git"; \
then \
echo Creating ChangeLog && \
Expand Down
1 change: 1 addition & 0 deletions README

0 comments on commit e4c5d3b

Please sign in to comment.