From 577351c9624ccda5c02e1734c61fcc656552f2c8 Mon Sep 17 00:00:00 2001 From: "rlk%trfenv.com" Date: Tue, 17 Feb 2004 21:54:04 +0000 Subject: [PATCH] Re-enabling Help. Ben accidentally disabled help while landing the Migration Branch. git-svn-id: svn://10.0.0.236/trunk@152858 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/Makefile.in | 2 +- mozilla/toolkit/components/Makefile.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/browser/components/Makefile.in b/mozilla/browser/components/Makefile.in index efb1966bb35..6746bf26b7c 100644 --- a/mozilla/browser/components/Makefile.in +++ b/mozilla/browser/components/Makefile.in @@ -42,7 +42,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = bookmarks history prefwindow security sidebar cookieviewer +DIRS = bookmarks help history prefwindow security sidebar cookieviewer ifdef MIGRATION_ENABLED DIRS += migration diff --git a/mozilla/toolkit/components/Makefile.in b/mozilla/toolkit/components/Makefile.in index cef1e0739c6..40bbee6acfc 100644 --- a/mozilla/toolkit/components/Makefile.in +++ b/mozilla/toolkit/components/Makefile.in @@ -49,6 +49,7 @@ DIRS = \ autocomplete \ console \ filepicker \ + help \ history \ passwordmgr \ printing \