Restructuring ua.css.

git-svn-id: svn://10.0.0.236/trunk@49608 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-10-01 21:57:32 +00:00
parent ade56298bb
commit ac3d91fcff
6 changed files with 2760 additions and 2722 deletions

View File

@@ -63,8 +63,8 @@ INCLUDES += \
-I$(DIST)/public/raptor \
$(NULL)
GARBAGE += $(DIST)/bin/res/ua.css $(DIST)/bin/res/arrow.gif
GARBAGE += $(DIST)/bin/res/ua.css $(DIST)/bin/res/html.css $(DIST)/bin/res/arrow.gif
install:: $(TARGETS)
$(INSTALL) $(srcdir)/ua.css $(srcdir)/arrow.gif $(DIST)/bin/res
$(INSTALL) $(srcdir)/ua.css $(srcdir)/html.css $(srcdir)/arrow.gif $(DIST)/bin/res

File diff suppressed because it is too large Load Diff

View File

@@ -74,9 +74,11 @@ include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
$(MAKE_INSTALL) ua.css $(DIST)\bin\res
$(MAKE_INSTALL) html.css $(DIST)\bin\res
$(MAKE_INSTALL) arrow.gif $(DIST)\bin\res
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
rm -f $(DIST)\bin\res\ua.css
rm -f $(DIST)\bin\res\html.css
rm -f $(DIST)\bin\res\arrow.gif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff