From 1351f8f0fea4cb3ccea8d65e3e2f5a8854abba75 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Thu, 16 Sep 2021 22:12:06 -0700 Subject: 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 Signed-off-by: Lukas Fleischer --- doc/Makefile.am | 2 -- 1 file changed, 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) $< -- cgit v1.2.3-54-g00ecf