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:
parent
dd0503576d
commit
2eb4d42349
@ -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)
|
||||
|
@ -33,6 +33,7 @@ includedir = @includedir@
|
||||
libdir = @libdir@
|
||||
mandir = @mandir@
|
||||
srcdir = @srcdir@
|
||||
docdir = $(datadir)/doc/fltk
|
||||
VPATH = @srcdir@
|
||||
|
||||
# programs we use...
|
||||
|
Loading…
Reference in New Issue
Block a user