the current Makefile.am reads:
dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README.windows \
doc/designstyle.css doc/glog.html
it should instead be:
dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README.windows
dist_html_DATA = doc/designstyle.css doc/glog.html
that way the --htmldir configure option works as expected
Original issue reported on code.google.com by vapier@gmail.com on 10 Jan 2013 at 8:29
Original issue reported on code.google.com by
vapier@gmail.com
on 10 Jan 2013 at 8:29