File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8181
8282# Things to do after uninstalling
8383after-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
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ include ../config.mak
2929
3030DOCUMENT_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
3537Base_AGSDOC_FILES = \
3638../Documentation/Base.gsdoc \
You can’t perform that action at this time.
0 commit comments