diff options
author | yaworsky <yaworsky> | 2005-10-18 07:07:36 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-10-18 07:07:36 +0000 |
commit | 27f49fe217863db0f28261edaf7cbe96b1037f9d (patch) | |
tree | cf598fd99f7572b9f97f46e491c26ebec6d6b747 | |
parent | 0fbca9cd17c1cbf9a3c840ab33183a8e13d905af (diff) | |
download | syslog-win32-27f49fe217863db0f28261edaf7cbe96b1037f9d.tar.gz syslog-win32-27f49fe217863db0f28261edaf7cbe96b1037f9d.tar.xz syslog-win32-27f49fe217863db0f28261edaf7cbe96b1037f9d.zip |
Added to CVS.
-rw-r--r-- | doc/Makefile.am | 9 | ||||
-rw-r--r-- | doc/website/Makefile.am | 24 |
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..daae58d --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = book website + +EXTRA_DIST = src/compiling.xml \ + src/configuration.xml \ + src/internals.xml \ + src/intro.xml \ + src/logger.xml \ + src/syslogd.xml \ + src/test.xml diff --git a/doc/website/Makefile.am b/doc/website/Makefile.am new file mode 100644 index 0000000..0d6b793 --- /dev/null +++ b/doc/website/Makefile.am @@ -0,0 +1,24 @@ +# FIXME: make website + +EXTRA_DIST = compiling.xml \ + configuration.xml \ + documentation.xml \ + internals.xml \ + layout.xml \ + logger.xml \ + robots.txt \ + style.css \ + syslogd.xml \ + test.xml \ + website.xml \ + graphics/blank.gif \ + graphics/created-with-libxslt.png \ + graphics/created-with-website.png \ + graphics/logo.png \ + graphics/spacer.gif \ + graphics/navicons/triangle/current/leaf.gif \ + graphics/navicons/triangle/current/pointer.gif \ + graphics/navicons/triangle/other/closed.gif \ + graphics/navicons/triangle/other/leaf.gif \ + graphics/navicons/triangle/other/open.gif \ + stylesheets/chunk-tabular.xsl |