From 3b1acf08ca3b3826c30359203f3658ac85dfb6e6 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 8 Jan 2022 15:12:30 +0100 Subject: [PATCH] Changed datadir intp docdir --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0c9af4b..bc2442b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,8 +76,8 @@ ln_s_verbose = $(ln_s_verbose_@AM_V@) ln_s_verbose_ = $(ln_s_verbose_@AM_DEFAULT_V@) ln_s_verbose_0 = @echo " LN_S $<"; -htmldir = $(datadir)/html -textdir = $(datadir)/text +htmldir = $(docdir)/html +textdir = $(docdir)/text htmlize_el = share/doc/qmckl/html/htmlize.el dist_html_DATA = $(HTML_FILES) \ share/doc/qmckl/html/qmckl.css \