Mike Gerwitz
1b4ebc13e3
Add notices and DEVNOTES flag
...
* .gitignore (/config.*): Restrict to root.
* configure.ac (DEVNOTES): Add variable.
(--enable-devnotes): Add configuration flag.
* doc/Makefile.am (liza_TEXINFOS): config.texi dependency.
* doc/config.texi.in: Add configuration file.
* doc/liza.css: Styling for notices.
* doc/liza.texi: Include configuration. Add notice for DEVNOTES.
* doc/macros.texi: Add notice macros.
* doc/.gitignore (config.texi): Ignore generated file.
2017-03-23 12:16:52 -04:00
Mike Gerwitz
f8eb0e4bca
Ignore dist files
...
.gitignore: ignore distdir and dist archive
2016-03-30 14:16:23 -04:00
Mike Gerwitz
c1c5349385
Build now generates index.js modules
2014-04-18 10:03:40 -04:00
Mike Gerwitz
e815e8a491
Autotools now using build-aux/ instead of tools/
...
We will use tools/ for our own scripts
2014-04-18 10:02:47 -04:00
Mike Gerwitz
d2c22d1691
Added GNU ease.js dependency
2014-04-18 10:02:07 -04:00
Mike Gerwitz
a76fd811ed
Added version.js
2014-01-17 01:20:30 -05:00
Mike Gerwitz
7fe66235f9
Added package.json for npm
...
It will be a while yet before this appears in npm.
The build no longer fails on `make' by default.
2014-01-17 00:51:53 -05:00
Mike Gerwitz
3a93fbb25c
Added placeholder files for autotools
...
``Building'' Liza will not be required to use it; see ease.js for the style
of building that will be used here. In particular: the build process will be
used for minification and the creation of distribution archives, but one can
simply include the source files (using, say, node.js) to use it without
building.
2014-01-16 23:07:42 -05:00