summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rw-r--r--configure.in6
3 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ce34fe88a..f38ab38fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-01 John Fleck <jfleck@inkstain.net>
+
+ * Makefile.am
+ * configure.in
+ remove old help docs from build
+
2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* nautilus-window-menus.c : Added the help callback to link the
diff --git a/Makefile.am b/Makefile.am
index 8daa6df90..a09993e1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,8 +17,6 @@ SUBDIRS = \
po \
data \
icons \
- user-guide \
- help \
docs \
$(NULL)
diff --git a/configure.in b/configure.in
index bf940dfab..0826a731d 100644
--- a/configure.in
+++ b/configure.in
@@ -336,9 +336,6 @@ data/Makefile
data/emblems/Makefile
data/patterns/Makefile
docs/Makefile
-help/Makefile
-help/nautilus-user-manual/Makefile
-help/nautilus-user-manual/C/Makefile
icons/Makefile
icons/crux_eggplant/Makefile
icons/crux_eggplant/backgrounds/Makefile
@@ -366,9 +363,6 @@ po/Makefile.in
src/Makefile
src/file-manager/Makefile
test/Makefile
-user-guide/Makefile
-user-guide/gnufdl/Makefile
-user-guide/gnugpl/Makefile
])
dnl ==========================================================================