I m working on gnustep-gui 0.8.7 official debian package.
I need to separate doc and binaries to avoid building same doc on all
debian architectures.
I know how to build and install doc only.
But I don t know how to build and install binaries only (without doc).
i ve tried :
. /..../GNUstep.sh
$(MAKE) install SUBPROJECTS="Source Images Model Tools Panels
PrinterTypes TextConverters ColorPickers KeyBindings Resources"
Ooopsss. :-)
If you want to modify SUBPROJECTS, you need to change the GNUmakefile. I
don't think it works setting it on the command line.