diff options
Diffstat (limited to 'doc/website/Makefile.am')
-rw-r--r-- | doc/website/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
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 |