summaryrefslogtreecommitdiff
path: root/docs/reference/webhelper
Commit message (Collapse)AuthorAge
* Use AC_CONFIG_LINKS to copy file into builddirPhilip Chimento2013-10-04
| | | | | | | | | | | | | Instead of a hacky blah: blah.in cp $< $@ rule. Also, a stamp file turns out to be necessary for building documentation if it is included in the distribution; if an up-to-date copy of the documentation is unpacked into the source tree during make distcheck, then it does not get remade in the build directory because it is up-to-date. That causes make distcheck to fail later on, because it can't copy the documentation from the build tree into the dist tree. [endlessm/eos-sdk#340]
* Fix make distcheckPhilip Chimento2013-09-30
| | | | | | | Specify all .html build products of the WebHelper documentation, and clean up the build output a little bit on the terminal. [endlessm/eos-sdk#318]
* Documentation for WebHelperPhilip Chimento2013-09-19
This adds the infrastructure for autogenerating HTML documentation from a Javascript module using NaturalDocs, and then adds documentation comments to webhelper.js. [endlessm/eos-sdk#302]