From 327324d952b6be55c815172607d8c80fd28ba367 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 30 Aug 2006 21:35:37 +0000 Subject: Fix for html -> www rename --- Makefile.am | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb31b88..321579f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = tools html +SUBDIRS = tools www EXTRA_DIST = graphics tools diff --git a/configure.in b/configure.in index 10fa922..778bf21 100644 --- a/configure.in +++ b/configure.in @@ -38,5 +38,5 @@ AC_HEADER_STDC AC_MSG_RESULT() -AC_CONFIG_FILES([Makefile tools/Makefile html/Makefile]) +AC_CONFIG_FILES([Makefile tools/Makefile www/Makefile]) AC_OUTPUT -- cgit v1.2.3