summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-21 11:24:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-21 11:24:18 +0000
commit2eb4d42349193daa75ad08b63c575d37d5299af5 (patch)
tree9e66dd8a47886a8a33301c854c8aef640ebdf029 /documentation/Makefile
parentdd0503576da04e77207e997ca5ababd81e3dc23d (diff)
Move docdir definition to makeinclude.in (STR #824)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4294 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile6
1 files changed, 0 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)