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
This commit is contained in:
Michael R Sweet 2005-04-21 11:24:18 +00:00
parent dd0503576d
commit 2eb4d42349
2 changed files with 1 additions and 6 deletions

View File

@ -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)

View File

@ -33,6 +33,7 @@ includedir = @includedir@
libdir = @libdir@
mandir = @mandir@
srcdir = @srcdir@
docdir = $(datadir)/doc/fltk
VPATH = @srcdir@
# programs we use...