mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
5c21d4d3d1
commit
babf5391a3
2 changed files with 10 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
# the source code.
|
||||
after-all::
|
||||
$(MAKE) -C ../Source -f DocMakefile
|
||||
$(MAKE) -C Gui -f GNUmakefile
|
||||
|
||||
# Things to do before installing
|
||||
# before-install::
|
||||
|
|
|
@ -141,7 +141,16 @@ DOCUMENT_NAME = Gui
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue