diff options
author | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 23:35:45 -0500 |
---|---|---|
committer | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 23:35:45 -0500 |
commit | d432985c672d32dc4a878bc5a4e95e854d710418 (patch) | |
tree | 112d458cdedfe9c4e2eaac866d80680b9e99b059 /configure.ac | |
parent | 3a93fbb25c877485c5a43fd52530eaa93707dfa5 (diff) | |
download | liza-d432985c672d32dc4a878bc5a4e95e854d710418.tar.gz liza-d432985c672d32dc4a878bc5a4e95e854d710418.tar.bz2 liza-d432985c672d32dc4a878bc5a4e95e854d710418.zip |
Added placeholder files for Texinfo documentation
Texinfo is the documenation format of the GNU operating system and can
produce output in a variety of useful formats, including info, HTML, and
PDF.
The HTML output is of particular importance here, since Liza is a JavaScript
framework.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8266cfe..a304565 100644 --- a/configure.ac +++ b/configure.ac @@ -23,5 +23,5 @@ AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign]) # generate files from their *.in counterparts -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile]) AC_OUTPUT |