summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Church <h3xx@users.noreply.github.com>2023-06-16 09:11:01 -0500
committerGitHub <noreply@github.com>2023-06-16 23:11:01 +0900
commit38b42e537f9cc22aaae768fd96bfe898c78bad1d (patch)
tree502949c44dedafa624aabd72d0171a415dec49da
parent076d0a28262f7882349fa26b5d15f81ab9a9df7c (diff)
Fix double-installed doc (#2482)
The README symlink was causing the file to be installed twice in <DOCDIR>.
-rw-r--r--Makefile.am2
l---------README1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b5fb7dd..c8645478 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -217,7 +217,7 @@ EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
# README.md is expected in GitHub projects, good stuff in it, so we'll
# distribute it and install it with the package in the doc directory.
-dist_doc_DATA = README.md COPYING AUTHORS README
+dist_doc_DATA = README.md COPYING AUTHORS
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libjq.pc
diff --git a/README b/README
deleted file mode 120000
index 42061c01..00000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-README.md \ No newline at end of file