- Timestamp:
- Mar 24, 2023 9:07:23 AM (19 months ago)
- File:
-
- 1 edited
-
trunk/doc/manual/Makefile.kmk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99162 r99167 579 579 # 580 580 581 # Determin the basic set of files as dictated by the en_US version of the581 # Determine the basic set of files as dictated by the en_US version of the 582 582 # user manual (relative to $(lang)/dita). We'll use these to supply 583 583 # incomplete manual translations. … … 633 633 # then used at the end of each conversion to fix the hrefs. 634 634 # 635 # Steps taken converting individual Docbook refentry files:636 # 1. refsect2_to_refsect1.py flattens the refsect1/refsect2 hierarchy,637 # creating a .xml version next to the final dita file.638 # 2. docbook2dita.xsl takes that and produces a .dita-file.639 # 3. mark_external_urls.xsl marks external links in the .dita-file.640 # 4. add_file_to_id_only_references.py converts ID-only hrefs into641 # href="filename.dita#ID" using the mapping DB.642 635 643 636 ## … … 908 901 $$(QUIET)$$(INSTALL_STAGING) -m0644 -- '$$<' '$$(@D)' 909 902 910 # 4. Run the Qt help generator to produce the .qh pand .qch files.903 # 4. Run the Qt help generator to produce the .qhc and .qch files. 911 904 $(2)/UserManual.qch \ 912 905 + $(2)/UserManual.qhc: \
Note:
See TracChangeset
for help on using the changeset viewer.

