From bf494e7c8e8117ebec28a065eda08db147122e7c Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 20 May 1999 17:44:05 +0000 Subject: [PATCH] Exporting tab.xul. a=chofmann git-svn-id: svn://10.0.0.236/trunk@32402 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/samples/Makefile.in | 1 + mozilla/xpfe/browser/samples/makefile.win | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mozilla/xpfe/browser/samples/Makefile.in b/mozilla/xpfe/browser/samples/Makefile.in index 0b7577105ca..aafb90b00b9 100644 --- a/mozilla/xpfe/browser/samples/Makefile.in +++ b/mozilla/xpfe/browser/samples/Makefile.in @@ -32,6 +32,7 @@ EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/dexparamdialog.xul \ $(srcdir)/dexsimplemaster.xul \ $(srcdir)/dexsimpledialog.xul \ + $(srcdir)/tab.xul \ $(NULL) install:: diff --git a/mozilla/xpfe/browser/samples/makefile.win b/mozilla/xpfe/browser/samples/makefile.win index 03c90b30686..e926788a694 100644 --- a/mozilla/xpfe/browser/samples/makefile.win +++ b/mozilla/xpfe/browser/samples/makefile.win @@ -28,6 +28,7 @@ install:: $(DLL) $(MAKE_INSTALL) dexparamdialog.xul $(DIST)\bin\res\samples $(MAKE_INSTALL) dexsimplemaster.xul $(DIST)\bin\res\samples $(MAKE_INSTALL) dexsimpledialog.xul $(DIST)\bin\res\samples + $(MAKE_INSTALL) tab.xul $(DIST)\bin\res\samples clobber:: rm -f $(DIST)\res\samples\dexanimmaster.xul @@ -36,3 +37,4 @@ clobber:: rm -f $(DIST)\res\samples\dexparamdialog.xul rm -f $(DIST)\res\samples\dexsimplemaster.xul rm -f $(DIST)\res\samples\dexsimpledialog.xul + rm -f $(DIST)\res\samples\tab.xul