summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Church <h3xx@users.noreply.github.com>2023-06-16 09:06:34 -0500
committerGitHub <noreply@github.com>2023-06-16 23:06:34 +0900
commit076d0a28262f7882349fa26b5d15f81ab9a9df7c (patch)
treeff1baaa0834719117d5f26f3e7b5d5e587196220
parent11d909170ef555ffbb26b89b7b44956f1ee2f075 (diff)
Use autotools standard ${docdir} (#2468)
Specified with `--docdir=<path>`, the `$(docdir)` variable is already available, and has the same default as what it was being set to. By specifying it here, it overrides what the `--docdir` option specifies.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a039cbab..8b5fb7dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -217,7 +217,6 @@ 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.
-docdir = ${datadir}/doc/${PACKAGE}
dist_doc_DATA = README.md COPYING AUTHORS README
pkgconfigdir = $(libdir)/pkgconfig