diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-21 11:24:18 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-21 11:24:18 +0000 |
| commit | 2eb4d42349193daa75ad08b63c575d37d5299af5 (patch) | |
| tree | 9e66dd8a47886a8a33301c854c8aef640ebdf029 | |
| parent | dd0503576da04e77207e997ca5ababd81e3dc23d (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
| -rw-r--r-- | documentation/Makefile | 6 | ||||
| -rw-r--r-- | makeinclude.in | 1 |
2 files changed, 1 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) diff --git a/makeinclude.in b/makeinclude.in index 3d831fb9b..1517436a0 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -33,6 +33,7 @@ includedir = @includedir@ libdir = @libdir@ mandir = @mandir@ srcdir = @srcdir@ +docdir = $(datadir)/doc/fltk VPATH = @srcdir@ # programs we use... |
