Changeset 99042 in vbox for trunk/doc/manual
- Timestamp:
- Mar 18, 2023 11:30:18 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99040 r99042 643 643 644 644 # disable for now 645 ## bird: Remove @chunk attrib from Glossary.dita topicref and add chunk="to-content" to bootmap for single html experiments. 646 ## See https://docs.oasis-open.org/dita/v1.2/os/spec/archSpec/chunking.html 647 ## and https://www.oxygenxml.com/forum/post25114.html?hilit=dita%20xhtml%20chunk#p25114 648 ## for further clues. 645 649 #html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.html 650 646 651 html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-chunks/index.html 647 652 qhelp:: $(addprefix $(VBOX_PATH_MANUAL_OUTBASE)/en_US/qhelp/, $(VBOX_QHELP_OUTPUT_FILES)) … … 786 791 $(MKDIR) -p $(VBOX_DITA_PATH) 787 792 $(CP) -vR -- "$(VBOX_DITA_ORIGINAL_PATH)/" "$(VBOX_DITA_PATH)/" 793 $(RM) -vf -- "$(VBOX_DITA_PATH)/build.xml" \ 794 "$(VBOX_DITA_PATH)/catalog-dita.xml" \ 795 "$(VBOX_DITA_PATH)/lib/org.dita.dost.platform/plugin.properties" 788 796 789 797 VBOX_DITA_PATH_LIB ?= $(VBOX_DITA_PATH)/lib
Note:
See TracChangeset
for help on using the changeset viewer.