mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 522050 - select menus appear huge on bugzilla r=bzbarsky
This commit is contained in:
parent
d0d243c39a
commit
b35bbeb049
@ -164,18 +164,6 @@ _FILES = \
|
||||
|
||||
GARBAGE += $(addprefix $(DIST)/bin/res/,$(_FILES))
|
||||
|
||||
FORMS_CSS_SRC = $(srcdir)/forms.css
|
||||
PREPROCESS_FORMS_CSS = $(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py --marker=% $(DEFINES) $(ACDEFINES) $(FORMS_CSS_SRC)
|
||||
|
||||
$(DIST)/bin/res/forms.css $(DESTDIR)$(mozappdir)/res/forms.css: $(FORMS_CSS_SRC) Makefile
|
||||
if test ! -d $(@D); then rm -rf $(@D); $(NSINSTALL) -D $(@D); else true; fi
|
||||
rm -f $@
|
||||
$(PREPROCESS_FORMS_CSS) > $@
|
||||
|
||||
libs:: $(DIST)/bin/res/forms.css
|
||||
|
||||
install:: $(DESTDIR)$(mozappdir)/res/forms.css
|
||||
|
||||
libs:: $(_FILES)
|
||||
$(INSTALL) $^ $(DIST)/bin/res
|
||||
|
||||
|
@ -3,4 +3,4 @@ toolkit.jar:
|
||||
res/html.css (html.css)
|
||||
res/quirk.css (quirk.css)
|
||||
res/viewsource.css (viewsource.css)
|
||||
res/forms.css (forms.css)
|
||||
* res/forms.css (forms.css)
|
||||
|
Loading…
Reference in New Issue
Block a user