mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Update documentation install
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b18f1c4ac4
commit
8b09ec55a8
8 changed files with 50 additions and 18 deletions
|
@ -1,3 +1,11 @@
|
|||
2003-08-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUmakefile.postamble (after-install): Install
|
||||
gsdoc docs in proper places.
|
||||
* Source/DocMakefile: Add GuiUser DOCUMENT
|
||||
|
||||
* Images/GNUmakefile: Remove obsolete files.
|
||||
|
||||
2003-07-31 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Created tag 'pre-header-reorg-20030731'.
|
||||
|
|
|
@ -67,7 +67,10 @@ BUGS_DOC_INSTALL_DIR = Developer/Gui/ReleaseNotes/$(VERSION)
|
|||
# file using the make file ../Source/DocMakefile. If headers are added to the
|
||||
# library, you need to modify that file to get the autogsdoc tool to use them.
|
||||
#
|
||||
REF_DOC_INSTALL_DIR = $(GNUSTEP_DOCUMENTATION)/Developer/Gui/Reference
|
||||
DOCUMENT_NAME = Gui GuiAdditions GuiUser
|
||||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions
|
||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
|
|
|
@ -37,15 +37,21 @@ after-all::
|
|||
# Install the library reference documentaion manually
|
||||
#
|
||||
after-install::
|
||||
rm -rf $(REF_DOC_INSTALL_DIR)
|
||||
$(MKINSTALLDIRS) $(REF_DOC_INSTALL_DIR)
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(Gui_DOC_INSTALL_DIR)
|
||||
$(MKDIRS) $(GNUSTEP_DOCUMENTATION)/$(Gui_DOC_INSTALL_DIR)
|
||||
(cd Gui; $(TAR) cf - .) | \
|
||||
(cd $(REF_DOC_INSTALL_DIR); $(TAR) xf -)
|
||||
ifneq ($(CHOWN_TO),)
|
||||
$(CHOWN) -R $(CHOWN_TO) \
|
||||
$(REF_DOC_INSTALL_DIR)
|
||||
endif
|
||||
|
||||
(cd $(GNUSTEP_DOCUMENTATION)/$(Gui_DOC_INSTALL_DIR); $(TAR) xf -)
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(Gui_DOC_INSTALL_DIR)/CVS
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(GuiAdditions_DOC_INSTALL_DIR)
|
||||
$(MKDIRS) $(GNUSTEP_DOCUMENTATION)/$(GuiAdditions_DOC_INSTALL_DIR)
|
||||
(cd GuiAdditions; $(TAR) cf - .) | \
|
||||
(cd $(GNUSTEP_DOCUMENTATION)/$(GuiAdditions_DOC_INSTALL_DIR); $(TAR) xf -)
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(GuiAdditions_DOC_INSTALL_DIR)/CVS
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(GuiUser_DOC_INSTALL_DIR)
|
||||
$(MKDIRS) $(GNUSTEP_DOCUMENTATION)/$(GuiUser_DOC_INSTALL_DIR)
|
||||
(cd GuiUser; $(TAR) cf - .) | \
|
||||
(cd $(GNUSTEP_DOCUMENTATION)/$(GuiUser_DOC_INSTALL_DIR); $(TAR) xf -)
|
||||
rm -rf $(GNUSTEP_DOCUMENTATION)/$(GuiUser_DOC_INSTALL_DIR)/CVS
|
||||
|
||||
# Things to do before uninstalling
|
||||
# before-uninstall::
|
||||
|
|
1
Documentation/GuiUser/.cvsignore
Normal file
1
Documentation/GuiUser/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
*.html
|
|
@ -38,11 +38,7 @@ common_ArrowUp.tiff \
|
|||
common_ArrowRight.tiff \
|
||||
common_3DArrowRight.tiff \
|
||||
common_ArrowLeft.tiff \
|
||||
common_ArrowDownH.tiff \
|
||||
common_ArrowUpH.tiff \
|
||||
common_ArrowRightH.tiff \
|
||||
common_3DArrowRightH.tiff \
|
||||
common_ArrowLeftH.tiff \
|
||||
common_2DCheckMark.tiff \
|
||||
common_Close.tiff \
|
||||
common_CloseH.tiff \
|
||||
|
|
|
@ -139,15 +139,14 @@ GSTable.h \
|
|||
GSHbox.h \
|
||||
GSVbox.h \
|
||||
|
||||
DOCUMENT_NAME = Gui GuiAdditions
|
||||
DOCUMENT_NAME = Gui GuiAdditions GuiUser
|
||||
|
||||
Gui_DOC_INSTALL_DIR = Developer
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer
|
||||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiUser_DOC_INSTALL_DIR = User/Gui
|
||||
|
||||
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 \
|
||||
|
@ -156,6 +155,10 @@ Gui_AGSDOC_FILES = ../Documentation/Gui/Gui.gsdoc \
|
|||
|
||||
GuiAdditions_AGSDOC_FILES = $(AUTOGSDOC_HEADERS_GUIADD)
|
||||
|
||||
GuiUser_AGSDOC_FILES = \
|
||||
../Documentation/Gui/DefaultsSummary.gsdoc \
|
||||
../Documentation/Gui/LanguageSetup.gsdoc
|
||||
|
||||
#
|
||||
# Hack ... using the -DocumentationDirectory flag overrides the value
|
||||
# used by the make package, and puts our output in the documentation
|
||||
|
@ -191,6 +194,21 @@ GuiAdditions_AGSDOC_FLAGS = \
|
|||
DEFINE_RINT_IF_MISSING=""; \
|
||||
}' -Up Gui
|
||||
|
||||
GuiUser_AGSDOC_FLAGS = \
|
||||
-DocumentationDirectory ../Documentation/GuiUser \
|
||||
-HeaderDirectory ../Headers/AppKit \
|
||||
-Declared AppKit \
|
||||
-Standards YES \
|
||||
-ConstantsTemplate TypesAndConstants \
|
||||
-FunctionsTemplate Functions \
|
||||
-MacrosTemplate Functions \
|
||||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
|
||||
DEFINE_RINT_IF_MISSING=""; \
|
||||
}' -Up GuiUser
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||||
|
||||
before-all:: ../Documentation/Gui \
|
||||
|
|
Loading…
Reference in a new issue