diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:35:37 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:35:37 +0000 |
commit | 327324d952b6be55c815172607d8c80fd28ba367 (patch) | |
tree | bca525b8f64445f87e3796313741de72aa1cdc6f | |
parent | 897ad4e8d2b36ae98f8f2f61846b1ab5145922f4 (diff) |
Fix for html -> www rename
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | 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 |