summaryrefslogtreecommitdiff
path: root/docs/reference/webhelper
Commit message (Collapse)AuthorAge
* build: Remove WebhelperPhilip Chimento2017-04-12
| | | | | | | Webhelper is now in its own repository: https://github.com/endlessm/webhelper https://phabricator.endlessm.com/T16203
* Tweak NaturalDocs CSSPhilip Chimento2015-05-20
| | | | | | | Display a monospace font on systems that don't have DejaVu Sans Mono installed. [endlessm/eos-sdk#291]
* Address warning about rule being overwrittenPhilip Chimento2015-04-17
| | | | | | | There are two dist-hook rules, so a double-colon rule is appropriate. That means both will get executed when required, instead of only one. [endlessm/eos-sdk#3054]
* Removed the last vestiges of Source and Benton from the SDKMatt Watson2013-10-22
| | | | | | Nothing changed that was actually used in the apps right now, but the webhelper docs and the action button css had old fonts [endlessm/eos-sdk#360]
* Forgot to rename eos.css.inPhilip Chimento2013-10-07
| | | | Pushing directly to dev, because it is holding up the build.
* 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]