From owner-freebsd-doc Sat Nov 17 9:53:39 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id F2EF637B405; Sat, 17 Nov 2001 09:53:36 -0800 (PST) Received: from pool0701.cvx5-bradley.dialup.earthlink.net ([209.178.154.191] helo=netcom1.netcom.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1659ep-0007cH-00; Sat, 17 Nov 2001 12:53:36 -0500 Received: by netcom1.netcom.com (Postfix, from userid 1000) id 06E211330F; Sat, 17 Nov 2001 09:53:33 -0800 (PST) From: Mike Harding To: freebsd-doc@freebsd.org, nik@freebsd.org Subject: empty index.html in /usr/www? Message-Id: <20011117175333.06E211330F@netcom1.netcom.com> Date: Sat, 17 Nov 2001 09:53:33 -0800 (PST) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have been building the freebsd web site locally for a while - right now the main index.html is empty. The makefile is outputting the file, but the result is empty... 0 bytes. ... /usr/local/bin/xsltproc -nonet -o index.html /usr/www/en/index.xsl /usr/www/en/news/news.xml ... I have SGML_ROOT=/usr/local/share/sgml SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog SGML_CATALOG_FILES=${SGML_ROOT}/iso8879/catalog:$SGML_CATALOG_FILES SGML_CATALOG_FILES=${SGML_ROOT}/html/catalog:$SGML_CATALOG_FILES SGML_CATALOG_FILES=${SGML_ROOT}/docbook/catalog:$SGML_CATALOG_FILES SGML_CATALOG_FILES=/usr/doc/share/sgml/catalog:$SGML_CATALOG_FILES export SGML_CATALOG_FILES in my .profile and am using a completely up-to-date docproj port - is there something else I am missing? All of the SGML stuff seems to build fine. I also have ENGLISH_ONLY=YES NOPORTSCVS=YES PORTSBASE=/usr in /etc/make.conf Sorry for bothering the list but I see nothing special about .xsl in the documentation project intro... - Mike H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message