mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 07:26:57 +08:00
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:
@@ -225,12 +225,6 @@ clean:
|
|||||||
|
|
||||||
depend:
|
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)
|
install: $(MANPAGES)
|
||||||
echo "Installing documentation files in $(DESTDIR)$(docdir)..."
|
echo "Installing documentation files in $(DESTDIR)$(docdir)..."
|
||||||
-$(MKDIR) $(DESTDIR)$(docdir)
|
-$(MKDIR) $(DESTDIR)$(docdir)
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ includedir = @includedir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
|
docdir = $(datadir)/doc/fltk
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
# programs we use...
|
# programs we use...
|
||||||
|
|||||||
Reference in New Issue
Block a user