We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817e167 commit 0ac90bbCopy full SHA for 0ac90bb
Makefile.am
@@ -26,9 +26,9 @@ include_HEADERS = qrencode.h
26
pkgconfigdir = $(libdir)/pkgconfig
27
pkgconfig_DATA = libqrencode.pc
28
noinst_DATA = README
29
-CLEANFILES = README
30
-README: README.md
31
- - ./makeREADME.sh
+README_markdown_optional := $(wildcard README.md)
+README: $(README_markdown_optional)
+ $(if $(README_markdown_optional), ./makeREADME.sh)
32
33
EXTRA_DIST = libqrencode.pc.in autogen.sh configure.ac acinclude.m4 \
34
Makefile.am tests/Makefile.am \
0 commit comments