1
0
Fork 0
Commit Graph

9 Commits (master)

Author SHA1 Message Date
Mike Gerwitz 60c59457e5 Add symlink to src/ in doc/
TeX distributions typically prohibit including files from parent
directories.  In this case, the PDF fails to build.

* doc/src: Add symlink to ../src/.
* doc/liza-proguic.texi: Use src/ symlink.
* doc/util.texi: Use symlink.
2017-08-23 15:20:56 -04:00
Mike Gerwitz 2a462590af Add document metadata compilation
This contains some glue code to work it into the existing
system.  With the serialization abstraction in place, a huge chunk of
the existing code can be written using it; I had hoped to have the
time to do some refactoring, but alas, I don't.

* doc/Makefile.am (liza_proguic_TEXINFOS): Add compilation.texi.
* doc/compilation.texi: Add file.
* doc/liza-proguic.texi (Program XML): Add empty node.
  (Compilation, Metadata): Add reference.
* src/meta.xsl: Add file.
* src/program-build-meta.xsl: Add glue code.
* test/meta.xspec: Add test case.
2017-06-20 09:12:30 -04:00
Mike Gerwitz e894c019c2 doc/macros.texi (progxmlref,coderef): Add macros 2017-06-20 09:12:30 -04:00
Mike Gerwitz 56f8a5cade doc/macros.texi (helpwanted): Adjust text
Accounts for possible text actually existing that needs help for expansion.
2017-06-20 09:12:30 -04:00
Mike Gerwitz 0185ea76ec doc/liza.css: style floats 2017-06-20 09:12:30 -04:00
Mike Gerwitz 4c7f1615b0 Add serialization
* doc/liza-proguic.texi (Utilities): Add reference.
* doc/util.texi: Add file.
* src/util/serialize.xsl: Add file.
* test/util/serialize.xspec: Add test case.
2017-06-20 09:12:28 -04:00
Mike Gerwitz 33d2137bf8 doc/liza.css: overflow-x on example and verbatim 2017-06-15 14:43:20 -04:00
Mike Gerwitz 1c7c3b6084 doc/liza.css: Add pre.verbatim styling for definitions 2017-06-15 14:42:57 -04:00
Mike Gerwitz 97a4d134c7 Add autotools and doc/ stub
Configured to look like Liza manual.
2017-06-14 14:11:03 -04:00