README in current svn.

2005-06-05 Thread Richard A Downing FBCS CITP
The instructions seem to be untested.  Where I expect ${BASEDIR}, the
file says $(BASEDIR) and some of the / dividing elements of filenames
are missing.  These work:

BASEDIR="/public_html/BLFS/"
xsltproc --xinclude --nonet -stringparam base.dir ${BASEDIR} \
 stylesheets/blfs-chunked.xsl index.xml
mkdir -p ${BASEDIR}/stylesheets ${BASEDIR}/images
cp stylesheets/*.css ${BASEDIR}/stylesheets
cp images/*.png ${BASEDIR}/images
sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" ${BASEDIR}/*.html
sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" ${BASEDIR}/*.html
sh goTidy ${BASEDIR}/



R.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: README in current svn.

2005-06-05 Thread Bruce Dubbs
Richard A Downing FBCS CITP wrote:
> The instructions seem to be untested.  Where I expect ${BASEDIR}, the
> file says $(BASEDIR) and some of the / dividing elements of filenames
> are missing.  These work:
> 
> BASEDIR="/public_html/BLFS/"
> xsltproc --xinclude --nonet -stringparam base.dir ${BASEDIR} \
>  stylesheets/blfs-chunked.xsl index.xml
> mkdir -p ${BASEDIR}/stylesheets ${BASEDIR}/images
> cp stylesheets/*.css ${BASEDIR}/stylesheets
> cp images/*.png ${BASEDIR}/images
> sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" ${BASEDIR}/*.html
> sed -i -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]@g" ${BASEDIR}/*.html
> sh goTidy ${BASEDIR}/

The instructions in the README are copied from the Makefile.  I'll fix
the README to say use make.

  -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: README in current svn.

2005-06-05 Thread TheOldFellow
Bruce Dubbs wrote:
> Richard A Downing FBCS CITP wrote:
> 
>>The instructions seem to be untested.  Where I expect ${BASEDIR}, the
>>file says $(BASEDIR) and some of the / dividing elements of filenames
>.
> 
> The instructions in the README are copied from the Makefile.  I'll fix
> the README to say use make.

Aha! I should have noticed that $() syntax is make's and not bash's!  I
confirm the makefile works for me.

Thanks,

R.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page