CVS commit: htdocs/share/mk
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: htdocs Committed By: rillig Date: Sun Jun 21 15:32:51 UTC 2020 Modified Files: htdocs/share/mk: doc.docbook.xsl.mk Log Message: doc.docbook.xsl.mk: make conditions simpler Since 2003, each format must be generated individually, without any other format. This is because dsssl and xsl both define ways to generate HTML files from XML files. Because of that, each format can only appear once in the FORMATS, and the comparison can be made simpler. Even if the formats were combinable, the simple form would express the intention clearer. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 htdocs/share/mk/doc.docbook.xsl.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.