Posted on Jan 10, 2013 by
Helpful Rhino
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
Status: New
Labels:
Type-Defect
Priority-Medium