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 /documentation/Makefile | |
| 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
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 6 |
1 files changed, 0 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) |
