From 890b56fc076e88686d5b1b6fa95ebf8567b70499 Mon Sep 17 00:00:00 2001
From: "Bruce A. Mah" <bmah@FreeBSD.org>
Date: Fri, 28 Jun 2002 05:04:42 +0000
Subject: [PATCH] Fix a couple of botched pathnames.

---
 release/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/Makefile b/release/Makefile
index 8463b1099f..67f9c50f38 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -77,8 +77,8 @@ release.1:
 .if make(release)
 	${RM} -rf ${DOCROOTDIR}
 	${MKDIR} ${DOCROOTDIR}
-	${MKDIR} ${DOCOBJDIR}/obj
-	find ${DOC_PREFIX} -type d -a \! -name CVS | sed -e s,^,${DOCOBJDIR}/obj, | xargs ${MKDIR}
+	${MKDIR} ${DOCOBJDIR}
+	find ${DOC_PREFIX} -type d -a \! -name CVS | sed -e s,^,${DOCOBJDIR}, | xargs ${MKDIR}
 	${MKDIR} ${DOCSTAGEDIR}
 .endif
 # Build documents in the obj area.