updating to add editor as a directory

git-svn-id: svn://10.0.0.236/trunk@15423 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
1998-11-29 22:20:42 +00:00
parent fd249a3e63
commit 62a90ef301

View File

@@ -116,9 +116,7 @@ DIST_DIRS = \
# related libraries.
RAPTOR_DIRS = \
!if defined(NGEDITOR)
editor \
!endif
htmlparser \
gfx \
dom \
@@ -167,9 +165,7 @@ $(DIST_DIRS) $(RAPTOR_DIRS)::
# Rules for pulling the source from the cvs repository
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout \
!if defined(NGEDITOR)
pull_editor
!endif
pull_lizard:
cd $(MOZ_SRC)\.
@@ -226,11 +222,9 @@ pull_nglayout:
$(CVSCO_RAPTOR) $(MOZ_TOP)/widget
$(CVSCO_RAPTOR) $(MOZ_TOP)/xpfe
!if defined(NGEDITOR)
pull_editor:
@cd $(MOZ_SRC)\.
$(CVSCO_RAPTOR) $(MOZ_TOP)/editor
!endif
######################################################################
# Build rules for the "dist" portion. The "dist" contains those things