From 5366434767bb492c4ee1221e464c97677897598f Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 12 Mar 1999 00:01:22 +0000 Subject: [PATCH] Added rules to export bookmark images. --- rdf/build/Makefile.in | 3 +++ rdf/build/makefile.win | 3 +++ 2 files changed, 6 insertions(+) diff --git a/rdf/build/Makefile.in b/rdf/build/Makefile.in index 35d55b98928..ab71deb8b82 100644 --- a/rdf/build/Makefile.in +++ b/rdf/build/Makefile.in @@ -73,4 +73,7 @@ install:: $(TARGETS) $(INSTALL) $(srcdir)/../resources/bookmarks.xul $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/bookmarks.css $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/bookmarks.html $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/bookmark-item.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/bookmark-folder-closed.gif $(DIST)/bin/res/rdf + $(INSTALL) $(srcdir)/../resources/bookmark-folder-open.gif $(DIST)/bin/res/rdf $(INSTALL) $(srcdir)/../resources/History/h1.hst $(DIST)/bin/res/rdf/History diff --git a/rdf/build/makefile.win b/rdf/build/makefile.win index 9d979f74cf1..a6f7e33dc8e 100644 --- a/rdf/build/makefile.win +++ b/rdf/build/makefile.win @@ -74,6 +74,9 @@ install:: $(DLL) $(MAKE_INSTALL) ..\resources\bookmarks.xul $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\bookmarks.css $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\bookmarks.html $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\bookmark-item.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\bookmark-folder-closed.gif $(DIST)\bin\res\rdf + $(MAKE_INSTALL) ..\resources\bookmark-folder-open.gif $(DIST)\bin\res\rdf $(MAKE_INSTALL) ..\resources\History\h1.hst $(DIST)\bin\res\rdf\History