summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d7a5b8f2..0d5cef50e 100644
--- a/Makefile
+++ b/Makefile
@@ -116,10 +116,10 @@ clobber_nspr: $(NSPR_CONFIG_STATUS)
$(MAKE) -C $(CORE_DEPTH)/../nspr/$(OBJDIR_NAME) clobber
build_docs:
- $(MAKE) -C $(CORE_DEPTH)/nss/doc
+ $(MAKE) -C $(CORE_DEPTH)/doc
clean_docs:
- $(MAKE) -C $(CORE_DEPTH)/nss/doc clean
+ $(MAKE) -C $(CORE_DEPTH)/doc clean
moz_import::
ifeq (,$(filter-out WIN%,$(OS_TARGET)))