diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index bd79912..0000000 --- a/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Marc Wäckerlin (http://marc.waeckerlin.org) diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 1b48313..7509d7a 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -239,6 +239,18 @@ maintainer-clean-example-targets: EOF ]) +# use this in configure.ac to support HTML data for webservers +AC_DEFUN([AX_BUILD_HTML], [ + AC_CONFIG_FILES([html/makefile]) + AX_ADD_MAKEFILE_TARGET_DEP([maintainer-clean-am], [maintainer-clean-example-targets], [html/makefile.in]) + test -f html/makefile.in && cat >> examples/html.in <