mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Tidy documentation generation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17290 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a86d2cd0eb
commit
17e41267c5
3 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
* user_home.c: Use HOMEPATH in preference to USERPROFILE for
|
||||
OPENSTEP compatibility and because USERPROFILE generally doesn't
|
||||
work due to the presence of spaces.
|
||||
* messages.make: Make documentation generation less verbose.
|
||||
* Instance/Documentation/autogsdoc.make: ditto
|
||||
|
||||
|
||||
2003-07-21 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ $(GNUSTEP_INSTANCE):
|
|||
# autogsdoc ... this simplistic rule inefficiently runs autogsdoc
|
||||
# every time.
|
||||
generate-autogsdoc: $(GNUSTEP_INSTANCE)
|
||||
$(AUTOGSDOC) $(INTERNAL_AGSDOCFLAGS) $(AGSDOC_FILES)
|
||||
$(ECHO_AUTOGSDOC)$(AUTOGSDOC) $(INTERNAL_AGSDOCFLAGS) $(AGSDOC_FILES)$(END_ECHO)
|
||||
|
||||
internal-doc-install_::
|
||||
$(ECHO_INSTALLING)rm -rf $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE); \
|
||||
|
|
|
@ -69,6 +69,9 @@ ifneq ($(messages),yes)
|
|||
# Instance/Shared/strings.make
|
||||
ECHO_MAKING_STRINGS = @(echo " Making/updating strings files...";
|
||||
|
||||
# Instance/Documentation/autogsdoc.make
|
||||
ECHO_AUTOGSDOC = @(echo " Generating reference documentation...";
|
||||
|
||||
END_ECHO = )
|
||||
|
||||
#
|
||||
|
@ -114,6 +117,7 @@ else
|
|||
ECHO_INSTALLING_PROPERTIES_FILES =
|
||||
|
||||
ECHO_MAKING_STRINGS =
|
||||
ECHO_AUTOGSDOC =
|
||||
|
||||
END_ECHO =
|
||||
|
||||
|
|
Loading…
Reference in a new issue