diff options
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)..." |
