mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
[MathML] Update MathML hooks
This commit is contained in:
parent
d81ee3cbf2
commit
2d3b3fe6f0
@ -22,11 +22,13 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = base html xml xul events build
|
||||
DIRS = base html xml xul
|
||||
|
||||
ifdef MOZ_MATHML
|
||||
DIRS += mathml
|
||||
DIRS += mathml
|
||||
endif
|
||||
|
||||
DIRS += events build
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
DEPTH=..
|
||||
|
||||
DIRS=base html xml xul events build \
|
||||
DIRS=base html xml xul \
|
||||
!if defined(MOZ_XSL)
|
||||
xsl \
|
||||
xsl \
|
||||
!endif
|
||||
!ifdef MOZ_MATHML
|
||||
mathml \
|
||||
!endif
|
||||
|
||||
events build
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
Reference in New Issue
Block a user