summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2013-03-04 14:15:53 -0800
committerElio Maldonado <emaldona@redhat.com>2013-03-04 14:15:53 -0800
commit03db862ec734db4d7b5d596b10629e6eecf555b1 (patch)
treea77684c68ca06d8d86c1c65a21ea534262622415 /Makefile
parentdfa111791606a5f8bba91ba9d00c1fb9f30b0791 (diff)
downloadnss-hg-03db862ec734db4d7b5d596b10629e6eecf555b1.tar.gz
Bug 841883, Fix paths in the build_docs and clean_docs targets for new hg source layout, r=kaie
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)))