From 2eb4d42349193daa75ad08b63c575d37d5299af5 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 21 Apr 2005 11:24:18 +0000 Subject: 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 --- documentation/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'documentation') 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) -- cgit v1.2.3