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:
Richard Frith-MacDonald 2014-01-07 07:50:33 +00:00
parent 3de345136f
commit e5b6a169e6

View file

@ -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
------------