aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/ChangeLog
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-12 14:51:00 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-16 18:28:40 +0100
commit646745cbf32a341c34d7992ae30e7ad45c172881 (patch)
treebc3aa4dd7bc553cefc46bfa062a59976dd1abb2d /winsup/doc/ChangeLog
parent07605dccd2281e2daac08785a829553c60c0e1a8 (diff)
downloadnewlib-646745cbf32a341c34d7992ae30e7ad45c172881.zip
newlib-646745cbf32a341c34d7992ae30e7ad45c172881.tar.gz
newlib-646745cbf32a341c34d7992ae30e7ad45c172881.tar.bz2
winsup/doc: Convert utils.xml to using refentry elements
Convert utils.xml from using a sect2 element to using a refentry element for each utility program. This makes it possible to generate manpage-style output for those elements. Note that the chunked html now generates a page for each utility, rather than one containing all utilities. A small customization to TOC generation for HTML and PDF is needed to ensure that it appears as before, containing an entry for each utility command. Future work: synopsis and options sections could use more detailed markup than just wrapping the whole thing in <screen> 2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> * utils.xml : Convert from using a sect2 element to using a refentry element for each utility program. * cygwin.xsl: Customize autotoc to include refentries. * fo.xsl: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/doc/ChangeLog')
-rw-r--r--winsup/doc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 60182a0..78a30f9 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,12 @@
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
+ * utils.xml : Convert from using a sect2 element to using a
+ refentry element for each utility program.
+ * cygwin.xsl: Customize autotoc to include refentries.
+ * fo.xsl: Ditto.
+
+2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
+
* Makefile.in (cygwin-ug-net/cygwin-ug-net-nochunks.html.gz):
Ensure cygwin-ug-net directory exists.