acimpoeru / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Makefile.am should use dist_html_DATA for html files #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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