Date: Mon, 26 Jan 1998 03:26:58 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Hiroyuki HANAI <hanai@astec.co.jp> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG Subject: Re: cvs commit: www/data/ja_JP.EUC Makefile Message-ID: <Pine.BSF.3.96.980126031105.3059A-100000@fallout.campusview.indiana.edu> In-Reply-To: <19980126164922A.hanai@astec.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 26 Jan 1998, Hiroyuki HANAI wrote: > I've made an ad hoc fixes in doc/ja_JP.EUC/handbook/Makefile > /FAQ/Makefile > as; > > -SGMLOPTS+=-e EUC-JP > +SGMLOPTS=-e EUC-JP > > a few days before. > > I think I should bring back them. > Am I correct? It seems to work fine as-is, but += might be better. The www tree Makefile overrides some things in the doc tree Makefiles. This allows the web page build to be customized---the addition of the web site navigation bar on the top of the page for example. When rebuilding the web server after the hard disk failure, I changed things a bit. The FAQ/Handbook used to pick up stuff from the Makefile.inc in the www tree, but I changed it so the Makefile in the www tree explicitly passes the SGMLOPTS on the "make" command line when the FAQ/Handbook are built. This allows the FAQ/Handbook to live outside the www tree. However, I forgot the -e EUC-JP when I made the change. -john
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980126031105.3059A-100000>