aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2021-09-16 22:12:06 -0700
committerLukas Fleischer <lfleischer@calcurse.org>2021-10-16 11:19:13 -0400
commit1351f8f0fea4cb3ccea8d65e3e2f5a8854abba75 (patch)
tree02839be3d4a505c5fa439e6dfbf281f30e3c1942
parent2b766040a9a5684aa71757a0ad96fb37b5333e09 (diff)
downloadcalcurse-1351f8f0fea4cb3ccea8d65e3e2f5a8854abba75.tar.gz
calcurse-1351f8f0fea4cb3ccea8d65e3e2f5a8854abba75.zip
Use ./configure passed --docdir for doc install dir
If any --docdir is passed, the app can't find the builtin documentation Just inherit docdir from configure now, which defaults to the same thing but if overridden will act proper now. Related: https://bugs.gentoo.org/813438 Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r--doc/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 73cd8ce..adee962 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -57,8 +57,6 @@ CLEANFILES = \
submitting-patches.html \
calcurse.1
-docdir = $(datadir)/doc/$(PACKAGE)
-
.txt.html:
if HAVE_ASCIIDOC
$(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $<