mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:40:47 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17299 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9aa43eb487
commit
b8bc4ab8c3
2 changed files with 10 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
||||||
# the source code.
|
# the source code.
|
||||||
after-all::
|
after-all::
|
||||||
$(MAKE) -C ../Source -f DocMakefile
|
$(MAKE) -C ../Source -f DocMakefile
|
||||||
$(MAKE) -C Gui -f GNUmakefile
|
|
||||||
|
|
||||||
# Things to do before installing
|
# Things to do before installing
|
||||||
# before-install::
|
# before-install::
|
||||||
|
|
|
@ -141,7 +141,16 @@ DOCUMENT_NAME = Gui
|
||||||
|
|
||||||
Gui_DOC_INSTALL_DIR = Developer
|
Gui_DOC_INSTALL_DIR = Developer
|
||||||
|
|
||||||
Gui_AGSDOC_FILES = ../Documentation/Gui.gsdoc $(AUTOGSDOC_HEADERS)
|
Gui_AGSDOC_FILES = ../Documentation/Gui/Gui.gsdoc \
|
||||||
|
../Documentation/Gui/Introduction.gsdoc \
|
||||||
|
../Documentation/Gui/DefaultsSummary.gsdoc \
|
||||||
|
../Documentation/Gui/LanguageSetup.gsdoc \
|
||||||
|
../Documentation/Gui/NSBundleAdditions.gsdoc \
|
||||||
|
../Documentation/Gui/NSCoderAdditions.gsdoc \
|
||||||
|
../Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc \
|
||||||
|
../Documentation/Gui/NSMutableParagraphStyle.gsdoc \
|
||||||
|
../Documentation/Gui/NSStringAdditions.gsdoc \
|
||||||
|
$(AUTOGSDOC_HEADERS)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hack ... using the -DocumentationDirectory flag overrides the value
|
# Hack ... using the -DocumentationDirectory flag overrides the value
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue