Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 13 14:15:26 2025 UTC (7 hours ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +10 -5 lines
Diff to previous 1.14 (unified)
Let catman(8) create dstdir if it does not exist. This is useful for repeatedly creating, diffing and renaming trees to verify that code changes in mandoc(1) do not cause unintended output changes. In such a cycle, creating dstdir manually is not only an awkward distraction, but seeing whether or not dstdir currently exists contains information, revealing where in the cycle we are.