- Add workaround from hell to make elinks cooperate so we can build txt
documentation.
This commit is contained in:
parent
51a496d76e
commit
8cc51378cf
@ -58,6 +58,14 @@ will use fontconfig.
|
||||
%build
|
||||
|
||||
%configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF
|
||||
|
||||
# Work around weird elinks bug where elinks refuses to open the
|
||||
# temporary html file generated by jade because it thinks it's a
|
||||
# special file. Only happens in beehive.
|
||||
export ELINKS_CONFDIR=$PWD/elinks-conf
|
||||
mkdir -p $ELINKS_CONFDIR
|
||||
echo "set protocol.file.allow_special_files = 1" > $ELINKS_CONFDIR/elinks.conf
|
||||
|
||||
make
|
||||
|
||||
%install
|
||||
@ -152,6 +160,9 @@ fi
|
||||
- Drop code to iconv and custom install man pages, upstream does the
|
||||
right thing now.
|
||||
|
||||
- Add workaround from hell to make elinks cooperate so we can build
|
||||
txt documentation.
|
||||
|
||||
* Tue Apr 19 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-13
|
||||
- Add another font family name Sazanami Gothic/Mincho (#148748)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user