Skip to content

Commit

Permalink
Use autotools standard ${docdir} (jqlang#2468)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
h3xx authored Jun 16, 2023
1 parent 11d9091 commit 076d0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 076d0a2

Please # to comment.