mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Add texi2html styles. Update lib locations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5ffad5c29f
commit
d9e4231eee
3 changed files with 12 additions and 9 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-03-09 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUMakefile.in (GNUSTEP_TEXI2HTML_FLAGS): Add
|
||||
init_file flag
|
||||
|
||||
* Documentation/README.MinGW: Update library locations.
|
||||
|
||||
Tue Mar 9 17:28:37 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* configure.ac: Make by default GNUSTEP_NETWORK_ROOT the same as
|
||||
|
|
|
@ -35,7 +35,7 @@ GNUSTEP_MAKETEXT_FLAGS = -D NO-TEXI2HTML -D TEXT-ONLY --no-header --no-split
|
|||
GNUSTEP_TEXI2DVI = texi2dvi
|
||||
GNUSTEP_TEXI2DVI_FLAGS =
|
||||
GNUSTEP_TEXI2HTML = texi2html
|
||||
GNUSTEP_TEXI2HTML_FLAGS = -split_chapter -expandinfo
|
||||
GNUSTEP_TEXI2HTML_FLAGS = -split_chapter -expandinfo -init_file gnustep.init
|
||||
GNUSTEP_DVIPS = dvips
|
||||
GNUSTEP_DVIPS_FLAGS =
|
||||
TAR = @TAR@
|
||||
|
|
|
@ -245,11 +245,6 @@ libtiff, libjpeg, and zlib
|
|||
|
||||
Be sure to rename the .lib files to .a!
|
||||
|
||||
|
||||
|
||||
The following are libraries which are not currently used, but which will
|
||||
be required at some point in the future -
|
||||
|
||||
libxml2
|
||||
Needed for XML parsing support, for MacOS-X compatible
|
||||
property lists, and for documentation processing.
|
||||
|
@ -265,6 +260,9 @@ libxml2
|
|||
cp libxml2.lib $GNUSTEP_SYSTEM_ROOT/Library/Libraries/libxml2.a
|
||||
cp libxml2.dll $GNUSTEP_SYSTEM_ROOT/Tools
|
||||
|
||||
The following are libraries which are not currently used, but which will
|
||||
be required at some point in the future -
|
||||
|
||||
openssl
|
||||
Needed for the SSL bundle, providing HTTPS support for NSURL.
|
||||
NB. at the time of writing, SSL support in GNUstep base has *not*
|
||||
|
@ -332,9 +330,7 @@ Good Sites for Pre-Compiled Binaries
|
|||
|
||||
Many libraries, etc from:
|
||||
|
||||
<http://sourceforge.net/project/showfiles.php?group_id=7382>
|
||||
<http://penguin.at0.net/~fredo/files/old/> (for libxml2, more?)
|
||||
<http://sourceforge.net/project/showfiles.php?group_id=23617> (libtiff)
|
||||
<http://gnuwin32.sf.net> (libtiff, libxml2)
|
||||
|
||||
MingW guile from
|
||||
|
||||
|
|
Loading…
Reference in a new issue