Skip to content

Commit

Permalink
Doxygen documentation: Fixes obsolete install data when using make in…
Browse files Browse the repository at this point in the history
…stall. 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
  • Loading branch information
fab672000 committed Oct 16, 2008
1 parent 065cfaa commit ee1db2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Makefile
Expand Up @@ -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)..."
Expand Down

0 comments on commit ee1db2a

Please sign in to comment.