From 02484b644e3bb6c52cb4949052992f9b96cff04e Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Wed, 29 Mar 2006 11:27:14 +0000 Subject: fix compilation with --disable-lynx git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@31 f01872de-66d6-0310-9185-fc3b30f50adc --- Makefile.am | 13 ++++++++++--- doc/Makefile.am | 12 ++++++++---- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 609829e..bedd5ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,17 +14,24 @@ # implied. See the License for the specific language governing # permissions and limitations under the License. -EXTRA_DIST=bootstrap.sh README LICENSE src/mod_mime_xattr.c src/Makefile.in +EXTRA_DIST=bootstrap.sh LICENSE src/mod_mime_xattr.c src/Makefile.in SUBDIRS=src doc -MAINTAINERCLEANFILES = README -noinst_DATA = README LICENSE +MAINTAINERCLEANFILES = +noinst_DATA = LICENSE + +if USE_LYNX +EXTRA_DIST += README +MAINTAINERCLEANFILES += README +noinst_DATA += README README: rm -f README $(MAKE) -C doc README cd $(srcdir) && ln -s doc/README README +endif + homepage: all dist test -d $$HOME/homepage/private mkdir -p $$HOME/homepage/private/projects/mod_mime_xattr diff --git a/doc/Makefile.am b/doc/Makefile.am index 50afd4f..7923279 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,17 +14,19 @@ # implied. See the License for the specific language governing # permissions and limitations under the License. -noinst_DATA = README.html README -EXTRA_DIST = $(noinst_DATA) style.css README.html.in +noinst_DATA = README.html -MAINTAINERCLEANFILES = README README.html +MAINTAINERCLEANFILES = README.html CLEANFILES = if USE_LYNX +noinst_DATA += README +MAINTAINERCLEANFILES += README +CLEANFILES += README + README: README.html lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' > $@ -CLEANFILES += README endif tidy: README.html @@ -32,3 +34,5 @@ tidy: README.html .PHONY: tidy +EXTRA_DIST = $(noinst_DATA) style.css README.html.in + -- cgit