JADEOPTS -> JADEFLAGS. Should fix the FAQ not appearing in the right
encoding. This is a band aid fix, just to get it built, and will be fixed properly in the next day or so, when I can properly analyze the problem. Now to read the e-mail this has generated. . .
This commit is contained in:
parent
8ff3d7886a
commit
21d1b45894
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5449
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.2 1999-08-23 15:33:55 kuriyama Exp $
|
||||
# $Id: Makefile,v 1.3 1999-08-26 19:01:18 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD FAQ
|
||||
#
|
||||
|
||||
MAINTAINER=kuriyama@FreeBSD.ORG
|
||||
|
||||
JADEOPTS= -ilang.ja
|
||||
JADEFLAGS= -ilang.ja
|
||||
TIDYFLAGS= -raw
|
||||
|
||||
DOC?= book
|
||||
|
|
Loading…
Reference in a new issue