mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
remind packagers to add documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37549 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3de345136f
commit
e5b6a169e6
1 changed files with 21 additions and 0 deletions
|
@ -361,6 +361,27 @@ around this basic set of commands.
|
|||
|
||||
|
||||
|
||||
DOCUMENTATION
|
||||
-------------
|
||||
|
||||
Once you have packaged gnustep-make, you can package the gnustep-make
|
||||
documentation.
|
||||
|
||||
cd Documentation
|
||||
DESTDIR=/tmp/my-package
|
||||
export DESTDIR
|
||||
|
||||
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
export GNUSTEP_INSTALLATION_DOMAIN
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
A similar process may be used to package documentation for each of the
|
||||
gnustep core libraries.
|
||||
|
||||
|
||||
|
||||
GNUSTEP-BASE
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue