Changeset 99162 in vbox for trunk/doc/manual
- Timestamp:
- Mar 24, 2023 1:51:18 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156527
- Location:
- trunk/doc/manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99160 r99162 187 187 $(patsubst "/outdir:%,"--output=%, \ 188 188 $(patsubst "/tempdir:%,"--temp=%, \ 189 $(patsubst "/debug","--debug",$3))))) \ 189 $(patsubst "/filter:%,"--filter=%, \ 190 $(patsubst "/debug","--debug",$3)))))) \ 190 191 $5 --verbose --debug 191 192 endif -
trunk/doc/manual/docbook-refentry-to-manual-dita.xsl
r99160 r99162 273 273 synblk, groupcomp or groupseq elements, the result is always the same: 274 274 - HTML: ignored. 275 - PDF: condensed arguments w/o spaces between --> 275 - PDF: condensed arguments w/o spaces between. 4.0.2 doesn't seem 276 to condense stuff any more inside synblk elements, but then the 277 rending isn't much changed for PDFs anyway since its one element 278 per line. --> 276 279 <!-- <xsl:element name="synblk"> 277 280 <xsl:attribute name="rev">sbr/<xsl:value-of select="position()"/></xsl:attribute> -->
Note:
See TracChangeset
for help on using the changeset viewer.