summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/Makefile6
-rw-r--r--makeinclude.in1
2 files changed, 1 insertions, 6 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index f5957d450..d626b2053 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -225,12 +225,6 @@ clean:
depend:
-# According to FHS this should be:
-# htmldir = $(datadir)/doc/html/en/fltk
-# Possibly the "en/" can be removed, it is not clear.
-# KDE uses "HTML" instead of "html", which is correct?
-docdir = $(datadir)/doc/fltk
-
install: $(MANPAGES)
echo "Installing documentation files in $(DESTDIR)$(docdir)..."
-$(MKDIR) $(DESTDIR)$(docdir)
diff --git a/makeinclude.in b/makeinclude.in
index 3d831fb9b..1517436a0 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -33,6 +33,7 @@ includedir = @includedir@
libdir = @libdir@
mandir = @mandir@
srcdir = @srcdir@
+docdir = $(datadir)/doc/fltk
VPATH = @srcdir@
# programs we use...