From 7a2a30d5c8cbeb8b81d1239db8561cfb662c1196 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Fri, 14 Apr 2000 02:34:04 +0000 Subject: [PATCH] hacking the ui to include xmlterm at the end of the build process git-svn-id: svn://10.0.0.236/branches/SeaMonkey_M15_BRANCH@65916 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index e49eb27cde5..c3820dc2b3c 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -136,3 +136,6 @@ export:: $(MAKE) -C mailnews export endif +install:: + echo "Hacking taskoverlay to include xmlterm" + (cd dist/bin; ./menuhack)