Skip to content

Commit 8556dad

Browse files
committed
Improve install/uninstall of generatred documnentation
1 parent 520ea60 commit 8556dad

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Documentation/Makefile.postamble

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ endif
8181

8282
# Things to do after uninstalling
8383
after-uninstall::
84-
rm -rf $(REF_DOC_INSTALL_DIR)/Base/Reference
85-
rm -rf $(REF_DOC_INSTALL_DIR)/BaseAdditions/Reference
84+
rm -rf $(REF_DOC_INSTALL_DIR)/Base
85+
rm -rf $(REF_DOC_INSTALL_DIR)/BaseAdditions
86+
rm -rf $(REF_DOC_INSTALL_DIR)/CodingStandards
8687
rm -rf $(REF_DOC_INSTALL_DIR)/Tools/Reference
8788
-rmdir $(REF_DOC_INSTALL_DIR)
8889

Source/DocMakefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ include ../config.mak
2929

3030
DOCUMENT_NAME = Base BaseAdditions
3131

32-
Base_DOC_INSTALL_DIR = Developer
33-
BaseAdditions_DOC_INSTALL_DIR = Developer
32+
Base_DOC_INSTALL_BUNDLE = Reference
33+
Base_DOC_INSTALL_DIR = Developer/Base
34+
BaseAdditions_DOC_INSTALL_BUNDLE = Reference
35+
BaseAdditions_DOC_INSTALL_DIR = Developer/BaseAdditions
3436

3537
Base_AGSDOC_FILES = \
3638
../Documentation/Base.gsdoc \

0 commit comments

Comments
 (0)