Skip to content

Commit

Permalink
README generation rule improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed Sep 11, 2017
1 parent 817e167 commit 0ac90bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ include_HEADERS = qrencode.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libqrencode.pc
noinst_DATA = README
CLEANFILES = README
README: README.md
- ./makeREADME.sh
README_markdown_optional := $(wildcard README.md)
README: $(README_markdown_optional)
$(if $(README_markdown_optional), ./makeREADME.sh)

EXTRA_DIST = libqrencode.pc.in autogen.sh configure.ac acinclude.m4 \
Makefile.am tests/Makefile.am \
Expand Down

0 comments on commit 0ac90bb

Please sign in to comment.