Bug 85232

Summary: [patch] fdp-primer: instructions on building web site don't work
Product: Documentation Reporter: Lowell Gilbert <freebsd-bugs-local>
Component: Books & ArticlesAssignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Lowell Gilbert 2005-08-22 21:30:25 UTC
	

I ran into some trouble building the website according to the FDP
instructions.  These changes solve the problem.  (Maybe the setting
for DESTDIR should be moved to the "environment variables" section,
but I wasn't sure.)

How-To-Repeat: 

builddir=/usr/scratch/lowell/webbuild

mkdir -p $builddir

cd $builddir || exit 1

if ! cvs -d /usr/scratch/scratch/ncvs -R co www doc ; then
    exit 1
fi

echo cvsup okay

cd {$builddir}/www/en || exit 1

ENGLISH_ONLY=yes
export ENGLISH_ONLY
OPENJADE="yes"
export OPENJADE

make all || exit

echo built okay

cd {$builddir}/www/en || exit 1

make DESTDIR=/usr/scratch/scratch/FreeBSD-Web-site install || exit 1

echo installed okay
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-10 18:14:13 UTC
State Changed
From-To: open->feedback

Are you sure about the DESTDIR change? The old way works fine for me. 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-10 18:14:13 UTC
Responsible Changed
From-To: freebsd-doc->pav

Poke
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-02-12 00:11:46 UTC
State Changed
From-To: feedback->closed

Feedback timeout