Changeset 99572 in vbox
- Timestamp:
- May 3, 2023 6:38:56 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99571 r99572 154 154 endif 155 155 VBOX_DITA_ORIGINAL_PATH := $(firstfile $(rversortfiles $(qwildcard ,$(KBUILD_DEVTOOLS)/common/dita-ot/v[4-9].*)) \ 156 156 $(KBUILD_DEVTOOLS)/common/dita-ot/v4.0.2-r1) 157 157 158 158 VBOX_DITA_TECHNICAL_CONTENT_DTD_PATH = $(VBOX_DITA_ORIGINAL_PATH)/plugins/org.oasis-open.dita.v1_2/dtd/technicalContent/dtd … … 184 184 --store-type=memory \ 185 185 $(patsubst "/i:%,"--input=%, \ 186 187 188 189 186 $(patsubst "/transtype:%,"--format=%, \ 187 $(patsubst "/outdir:%,"--output=%, \ 188 $(patsubst "/tempdir:%,"--temp=%, \ 189 $(patsubst "/filter:%,"--filter=%, \ 190 190 $(patsubst "/debug","--debug",$3)))))) \ 191 191 $(if-expr defined(VBOX_DITA_DEBUG),"--clean.temp=no" "--debug",) \ 192 192 $5 --verbose 193 193 endif 194 194
Note:
See TracChangeset
for help on using the changeset viewer.