Commit graph

350 commits

Author SHA1 Message Date
Adam Fedor
1fb736ce5e Version 2.6.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32843 72102866-910b-0410-8b05-ffd578937521
2011-04-14 02:29:01 +00:00
Nicola Pero
251ed4c7fa Updated release notes for gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32842 72102866-910b-0410-8b05-ffd578937521
2011-04-13 17:10:41 +00:00
Nicola Pero
ecba301ec9 Updated documentation for change in default filesystem layout and configuration file location
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32600 72102866-910b-0410-8b05-ffd578937521
2011-03-16 10:05:36 +00:00
Nicola Pero
94c20ec9e8 Removed two obsolete variables after 4 years of deprecation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32573 72102866-910b-0410-8b05-ffd578937521
2011-03-14 10:50:08 +00:00
Nicola Pero
42ba690826 Removed obsolete gnustep-make configure options after 4 years of obsoletion/deprecation. This unclutters considerably gnustep-make's configure help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32572 72102866-910b-0410-8b05-ffd578937521
2011-03-14 10:34:47 +00:00
Nicola Pero
b7179b739f Updated default location of configuration file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32571 72102866-910b-0410-8b05-ffd578937521
2011-03-14 10:16:15 +00:00
Nicola Pero
69649c1526 Tidied up filesystem layout change to use 'fhs' as default. Updated documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32550 72102866-910b-0410-8b05-ffd578937521
2011-03-13 14:38:12 +00:00
Nicola Pero
f1f2fb67aa Added clarification in README.MinGW file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@30836 72102866-910b-0410-8b05-ffd578937521
2010-06-23 12:32:48 +00:00
Adam Fedor
3b6cd98f5c Version 2.4.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@30323 72102866-910b-0410-8b05-ffd578937521
2010-05-09 03:59:42 +00:00
Nicola Pero
f292310562 Fixed installing library resources when LIBRARY_NAME starts with 'lib'
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@30218 72102866-910b-0410-8b05-ffd578937521
2010-04-22 09:09:33 +00:00
Nicola Pero
47729d0d05 Use warn=yes/no to control -Wall and -deprecation instead of using debug=yes/no
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29911 72102866-910b-0410-8b05-ffd578937521
2010-03-12 19:45:40 +00:00
Nicola Pero
17e77096d1 Updated README.MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29870 72102866-910b-0410-8b05-ffd578937521
2010-03-07 23:27:59 +00:00
Nicola Pero
66d819e592 Updated MinGW building instructions, fixed building gnustep-base on MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29861 72102866-910b-0410-8b05-ffd578937521
2010-03-06 21:13:58 +00:00
Nicola Pero
84458d31c9 Have PACKAGE_NEEDS_CONFIGURE and JAVADOC_BUILD_ALWAYS variables recognize the standard 'yes' and 'no' values as well as 'YES' and 'NO'
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29859 72102866-910b-0410-8b05-ffd578937521
2010-03-06 16:15:18 +00:00
Nicola Pero
292e009638 GNU make < 3.79.1 is no longer officially supported; parallel building does not work in older versions due to the lack of .NOTPARALLEL. Fixed typo in configure check
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29856 72102866-910b-0410-8b05-ffd578937521
2010-03-06 15:48:40 +00:00
Adam Fedor
9c3a0cd810 Deprecate the gnustep-machines.texi file (point to the Wiki instead).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29665 72102866-910b-0410-8b05-ffd578937521
2010-02-18 15:29:08 +00:00
Nicola Pero
36a7ac5659 Implemented new 'make internalmessages=yes' option which prints all recursive make invocations. Never print them (uninteresting/annoying for users) unless internalmessages=yes is used
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29634 72102866-910b-0410-8b05-ffd578937521
2010-02-14 23:13:47 +00:00
Nicola Pero
7136d310d2 Install and uninstall in non-parallel mode even in parallel-subdirectories.make to root out race conditions for end-users. Updated documentation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29612 72102866-910b-0410-8b05-ffd578937521
2010-02-13 20:21:10 +00:00
Nicola Pero
8275342570 Implemented new API (serial-subdirectories.make and parallel-subdirectories.make) to build subdirectories. aggregate.make is still available for backwards compatibility
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29592 72102866-910b-0410-8b05-ffd578937521
2010-02-12 22:00:05 +00:00
Nicola Pero
afb0e7f739 Updated release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29572 72102866-910b-0410-8b05-ffd578937521
2010-02-12 09:42:21 +00:00
Nicola Pero
26b77ab2a5 Fixed typo in documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29548 72102866-910b-0410-8b05-ffd578937521
2010-02-11 13:26:58 +00:00
Nicola Pero
7d96c65131 Tidied up release notes on parallel building of tools
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29546 72102866-910b-0410-8b05-ffd578937521
2010-02-11 12:46:14 +00:00
Nicola Pero
4a6bd22750 Implemented parallel building of multiple tools, and documented it.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29542 72102866-910b-0410-8b05-ffd578937521
2010-02-11 11:11:29 +00:00
Nicola Pero
56af50f4a9 Implemented xxx_HEADER_FILES = AAA/BBB.h. Fixed HEADER_FILES_DIR for framework subprojects. Updated news and release notes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29501 72102866-910b-0410-8b05-ffd578937521
2010-02-07 19:56:09 +00:00
Nicola Pero
96d7a27285 Implemented batch-compilation of Java files. Reduced compilation time of a large Java project I used as a test case by 5 times.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28783 72102866-910b-0410-8b05-ffd578937521
2009-10-08 00:31:00 +00:00
Nicola Pero
12d2b6d9b8 Reorganized debug flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28717 72102866-910b-0410-8b05-ffd578937521
2009-09-20 10:34:39 +00:00
Nicola Pero
380d90e265 Documented change in make clean for texinfo documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28711 72102866-910b-0410-8b05-ffd578937521
2009-09-19 09:01:49 +00:00
Nicola Pero
229dc82b00 Updated release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28710 72102866-910b-0410-8b05-ffd578937521
2009-09-19 08:57:25 +00:00
Nicola Pero
a54ba0fde0 Prefix all info documentation files with gnustep- to avoid conflicts with other info files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28709 72102866-910b-0410-8b05-ffd578937521
2009-09-19 08:54:30 +00:00
Nicola Pero
4f47d8c4df Fixed building the documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28707 72102866-910b-0410-8b05-ffd578937521
2009-09-19 07:56:15 +00:00
Nicola Pero
e76d0784e7 Fixed typo in release notes for (now old) gnustep-make 2.0.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28693 72102866-910b-0410-8b05-ffd578937521
2009-09-17 08:26:42 +00:00
Nicola Pero
a921a98987 Compile with -O2 even if debug=yes. Suggestion from Yavor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28461 72102866-910b-0410-8b05-ffd578937521
2009-08-15 21:32:38 +00:00
Adam Fedor
b23441befc Version 2.2.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28271 72102866-910b-0410-8b05-ffd578937521
2009-05-09 18:32:29 +00:00
Adam Fedor
5bb423b86e Update for new release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28269 72102866-910b-0410-8b05-ffd578937521
2009-05-07 02:30:25 +00:00
Nicola Pero
ff6bd8f761 Moved README.Packaging from core/make/Documentation to core/make so that it's easier to spot
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28001 72102866-910b-0410-8b05-ffd578937521
2009-02-27 23:29:07 +00:00
Nicola Pero
ff6601ded2 Completed my last change with mention of help-gnustep@gnu.org as well as discuss-gnustep@gnu.org
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27972 72102866-910b-0410-8b05-ffd578937521
2009-02-25 09:13:05 +00:00
Nicola Pero
19b9270256 Added GETTING HELP section in README.Packaging
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27971 72102866-910b-0410-8b05-ffd578937521
2009-02-25 09:08:08 +00:00
Nicola Pero
a02f7f0e36 Updated for latest API changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27758 72102866-910b-0410-8b05-ffd578937521
2009-02-02 16:46:14 +00:00
Nicola Pero
5c385c28d5 Updated MinGW installation instructions. Now using MinGW 5.1.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27745 72102866-910b-0410-8b05-ffd578937521
2009-01-31 19:53:12 +00:00
Richard Frith-MacDonald
09b6e6f352 fix error in path to install gnutls
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27608 72102866-910b-0410-8b05-ffd578937521
2009-01-16 08:57:23 +00:00
Nicola Pero
3554648005 Tiny update to README.Packaging to point out how to correctly configure gnustep-base
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27543 72102866-910b-0410-8b05-ffd578937521
2009-01-06 23:44:16 +00:00
Adam Fedor
18d76e9c87 Version 2.0.8
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27535 72102866-910b-0410-8b05-ffd578937521
2009-01-06 15:37:57 +00:00
Adam Fedor
5c01cb3550 Version 2.0.7
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27368 72102866-910b-0410-8b05-ffd578937521
2008-12-21 22:47:52 +00:00
Nicola Pero
e9423328a3 Updated new packaging readme with explicit mention of filesystem layouts to use
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27331 72102866-910b-0410-8b05-ffd578937521
2008-12-18 15:31:44 +00:00
Nicola Pero
1ed8f5be70 Added documentation on how to create packages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27330 72102866-910b-0410-8b05-ffd578937521
2008-12-18 13:17:21 +00:00
Richard Frith-MacDonald
f3a783634b fix missing part of ffi instructions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27211 72102866-910b-0410-8b05-ffd578937521
2008-12-05 10:49:02 +00:00
Richard Frith-MacDonald
191b868240 use libffi on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27037 72102866-910b-0410-8b05-ffd578937521
2008-11-13 15:37:57 +00:00
Nicola Pero
26f570535d Updated release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26948 72102866-910b-0410-8b05-ffd578937521
2008-10-21 15:38:29 +00:00
Adam Fedor
87a837ed04 Machines update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26793 72102866-910b-0410-8b05-ffd578937521
2008-07-17 13:55:29 +00:00
Adam Fedor
2595a435cd Version 2.0.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26647 72102866-910b-0410-8b05-ffd578937521
2008-06-15 04:08:53 +00:00
Nicola Pero
57414b35e4 Renamed make.texi to gnustep-make.texi
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26626 72102866-910b-0410-8b05-ffd578937521
2008-06-11 16:28:47 +00:00
Blake Nicholson
6c884cb4fa Added the --enable-absolute-install-paths option to configure on darwin. Pass
this option on to config.make and updated library.make and framework.make to
make the install_name absolute, if requested.

* configure.ac

  (--enable-absolute-install-paths): Added this option on darwin.  This is
  used to modify the dynamic library linking process so the install_name
  stored within the dynamic library is absolute.

  Also added a warning if a user specifies a filesystem other than 'apple' and
  does not enable absolute install paths to let the user know they need to set
  DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH.

* config.make.in

  (GNUSTEP_ABSOLUTE_INSTALL_PATHS): Added.

* Instance/library.make, Instance/framework.make

  (LIB_LINK_INSTALL_NAME): Change to an absolute path if on darwin and
  GNUSTEP_ABSOLUTE_INSTALL_PATHS is 'yes'.

* Documentation/releasenotes.texi

  Updated to reflect these changes.

* configure, RELEASENOTES

  Regenerated.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26552 72102866-910b-0410-8b05-ffd578937521
2008-05-22 13:16:43 +00:00
Nicola Pero
96ef618a99 Install in /etc/GNUstep/GNUstep.conf on all systems except for Apple with apple-apple-apple
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26538 72102866-910b-0410-8b05-ffd578937521
2008-05-18 18:13:34 +00:00
Nicola Pero
65930c622e Fixed instructions to get libobjc on MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26302 72102866-910b-0410-8b05-ffd578937521
2008-03-14 15:49:20 +00:00
Adam Fedor
6f0e8da2e2 Version 2.0.5
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26266 72102866-910b-0410-8b05-ffd578937521
2008-03-11 14:17:20 +00:00
Nicola Pero
19f9ee1fe8 Changed xxx_NEEDS_GUI and NEEDS_GUI to accept yes as well as YES as value; prefer yes as it's consistent with all other boolean options in gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26263 72102866-910b-0410-8b05-ffd578937521
2008-03-11 01:06:50 +00:00
Nicola Pero
245feb51ab Updated apple-apple-apple support to automatically choose a reasonable filesystem and config file on Apple Mac OS X
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26176 72102866-910b-0410-8b05-ffd578937521
2008-03-02 18:37:50 +00:00
Gregory John Casamento
d25da009c0 Minor FAQ update.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26118 72102866-910b-0410-8b05-ffd578937521
2008-02-22 02:34:56 +00:00
Richard Frith-MacDonald
04d133bb50 add gnutls instructions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26105 72102866-910b-0410-8b05-ffd578937521
2008-02-19 16:01:37 +00:00
Nicola Pero
400bb44e99 Implemented NEEDS_GUI as a general variable to turn on/off linking against the gui library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26103 72102866-910b-0410-8b05-ffd578937521
2008-02-19 14:15:08 +00:00
Nicola Pero
bf5b212e0e Implemented xxx_NEEDS_GUI to control if we should be linking against gnustep-gui or not
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26099 72102866-910b-0410-8b05-ffd578937521
2008-02-19 10:49:20 +00:00
Nicola Pero
9e5e57ea9d Dropped sourcing custom user GNUstep.(c)sh when the main GNUstep.(c)sh is sourced.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25945 72102866-910b-0410-8b05-ffd578937521
2008-01-14 13:04:47 +00:00
Adam Fedor
eaafba914e Version 2.0.4 (on stable branch)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25896 72102866-910b-0410-8b05-ffd578937521
2008-01-08 15:52:01 +00:00
Adam Fedor
caddb4a49f Version 2.0.3 updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25817 72102866-910b-0410-8b05-ffd578937521
2008-01-01 21:12:32 +00:00
Adam Fedor
1a435b6e22 Update for compiling with Apple gcc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25808 72102866-910b-0410-8b05-ffd578937521
2007-12-31 02:33:02 +00:00
Nicola Pero
ea9bd34f6a Minor updates to the manpages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25789 72102866-910b-0410-8b05-ffd578937521
2007-12-26 22:18:22 +00:00
Nicola Pero
26ce343a5f New manpages from Dennis, and changes to makefile to install/uninstall them, plus a few enhancements in uninstall
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25788 72102866-910b-0410-8b05-ffd578937521
2007-12-26 22:00:52 +00:00
Adam Fedor
7783e60fdb * Master/nsis.make: Generalize to install in other than Applications.
* Master/rules.make: Remove nsis include for now
* nsi-app.template, Documentation/make.texi: updates.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25771 72102866-910b-0410-8b05-ffd578937521
2007-12-20 16:42:38 +00:00
Adam Fedor
fcbc297af8 Add automatic NSIS Windows installer script generator.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25753 72102866-910b-0410-8b05-ffd578937521
2007-12-17 19:50:09 +00:00
Nicola Pero
62805a46e1 Always install/uninstall manpages when installing/uninstalling gnustep-make, and fixed uninstall of gnustep-make to remove some files that were otherwise left there
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25752 72102866-910b-0410-8b05-ffd578937521
2007-12-17 14:38:14 +00:00
Adam Fedor
46d15b8248 Add documentation on stable release 2.0.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25566 72102866-910b-0410-8b05-ffd578937521
2007-11-07 20:06:34 +00:00
David Ayers
49278a5c55 * rules.make: Implement ADDITIONAL_NATIVE_LIB_DIRS.
* Documentation/make.texi: Document ADDITIONAL_NATIVE_LIB_DIRS.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25543 72102866-910b-0410-8b05-ffd578937521
2007-10-31 04:48:02 +00:00
Adam Fedor
af45dd4daa Updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25264 72102866-910b-0410-8b05-ffd578937521
2007-06-15 20:45:58 +00:00
Nicola Pero
14156d63ba Updated README.Darwin (from Chris Farber)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25243 72102866-910b-0410-8b05-ffd578937521
2007-06-12 23:50:15 +00:00
Adam Fedor
16f7b494f5 Updated release news
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25198 72102866-910b-0410-8b05-ffd578937521
2007-05-25 21:34:32 +00:00
Nicola Pero
63e0344e3e Fixed documentation about the default framework resource version for gnustep-make 2.0.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25062 72102866-910b-0410-8b05-ffd578937521
2007-04-18 02:52:48 +00:00
Adam Fedor
1d18d202f2 Add RELEASENOTES and re-release as updated 2.0.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25019 72102866-910b-0410-8b05-ffd578937521
2007-04-13 14:30:32 +00:00
Adam Fedor
33951e8660 Version 2.0.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25001 72102866-910b-0410-8b05-ffd578937521
2007-04-12 18:50:31 +00:00
Nicola Pero
315dd88f38 Added release notes for gnustep-make version 2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25000 72102866-910b-0410-8b05-ffd578937521
2007-04-12 17:56:12 +00:00
Nicola Pero
a2dc4ae58c More updates to the release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24997 72102866-910b-0410-8b05-ffd578937521
2007-04-12 16:46:27 +00:00
Adam Fedor
62c24e896d Update release files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24989 72102866-910b-0410-8b05-ffd578937521
2007-04-11 22:35:22 +00:00
Nicola Pero
c447c85b3c Fixed debugapp help messages; mention that DESIGN is an old document
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24976 72102866-910b-0410-8b05-ffd578937521
2007-04-10 17:00:11 +00:00
Nicola Pero
496f65eb72 Warn people not to use libxslt on MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24911 72102866-910b-0410-8b05-ffd578937521
2007-03-21 00:24:44 +00:00
Nicola Pero
8c2b43631c More documentation work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24892 72102866-910b-0410-8b05-ffd578937521
2007-03-17 20:19:11 +00:00
Nicola Pero
3e9c5ec61f Updated make.texi documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24891 72102866-910b-0410-8b05-ffd578937521
2007-03-17 19:26:40 +00:00
Nicola Pero
d0b9906007 Fixed description of Documentation (Man Pages)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24814 72102866-910b-0410-8b05-ffd578937521
2007-03-08 03:53:09 +00:00
Nicola Pero
7c2751f119 Put Network and Local domains in the right order in initial paragraph
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24813 72102866-910b-0410-8b05-ffd578937521
2007-03-08 03:48:36 +00:00
Nicola Pero
1d5ed55743 Updated/rewritten the filesystem document
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24812 72102866-910b-0410-8b05-ffd578937521
2007-03-08 03:47:38 +00:00
Nicola Pero
0b0911b3c6 Smaller updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24746 72102866-910b-0410-8b05-ffd578937521
2007-03-02 03:21:54 +00:00
Nicola Pero
4df013f8f0 Windows updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24745 72102866-910b-0410-8b05-ffd578937521
2007-03-02 03:15:32 +00:00
Nicola Pero
f50deca3a4 More work on the binary shipping. Works for me
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24729 72102866-910b-0410-8b05-ffd578937521
2007-02-28 15:42:44 +00:00
Nicola Pero
b124153a31 Fixed typo in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24726 72102866-910b-0410-8b05-ffd578937521
2007-02-28 08:20:52 +00:00
Nicola Pero
9eb1c912eb Experimental instructions to package standalone Windows apps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24725 72102866-910b-0410-8b05-ffd578937521
2007-02-28 08:18:14 +00:00
Nicola Pero
c63b1b3a49 Fixed numbering, plus explain better the setup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24724 72102866-910b-0410-8b05-ffd578937521
2007-02-28 07:21:04 +00:00
Nicola Pero
8129f72900 Updated MinGW installation instructions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24719 72102866-910b-0410-8b05-ffd578937521
2007-02-28 07:13:57 +00:00
Nicola Pero
7cb7915e39 Tidied up the paragraph explaining what the Local Domain is
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24696 72102866-910b-0410-8b05-ffd578937521
2007-02-26 18:51:07 +00:00
Nicola Pero
12730d7325 Updates to filesystem layout documentation and support files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24695 72102866-910b-0410-8b05-ffd578937521
2007-02-26 18:50:11 +00:00
Nicola Pero
299eb7e040 use shorter variable names for GNUSTEP_xxx_DOCUMENTATION[_yyy] variables, so that it works with tcsh 6.12 and other shells with limited variable name lengths
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24691 72102866-910b-0410-8b05-ffd578937521
2007-02-26 15:20:05 +00:00
Nicola Pero
de2116354a Updated Documentation/make.texi
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24668 72102866-910b-0410-8b05-ffd578937521
2007-02-20 19:26:44 +00:00
Nicola Pero
418b2389d5 Fixed typos in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24650 72102866-910b-0410-8b05-ffd578937521
2007-02-19 00:56:26 +00:00