diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-16 11:41:58 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-16 11:41:58 +0000 |
| commit | ee1db2a27ceabd1a6eb826df61103cf5a1e6acba (patch) | |
| tree | ef20e77cca0d16dc92d61c334f6fc9b7fd9ce9cc /documentation | |
| parent | 065cfaadbe31f61dc5530b3dc4bf6ec6293cb1a8 (diff) | |
Doxygen documentation: Fixes obsolete install data when using make install. Now fltk.pdf and all potential html files are installed in the fltk docdir.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6443 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index ac584bc1a..9a90667f9 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -213,7 +213,7 @@ depend: install: $(MANPAGES) echo "Installing documentation files in $(DESTDIR)$(docdir)..." -$(INSTALL_DIR) $(DESTDIR)$(docdir) - for file in $(HTMLFILES) $(IMAGEFILES) index.html; do \ + for file in fltk.pdf html/* ; do \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir); \ done echo "Installing man pages in $(DESTDIR)$(mandir)..." |
