README 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. $Id$
  2. texinfo/util/README
  3. Copyright 2002, 2008, 2011, 2012, 2013, 2014, 2015 Free Software
  4. Foundation, Inc.
  5. Copying and distribution of this file, with or without modification,
  6. are permitted in any medium without royalty provided the copyright
  7. notice and this notice are preserved.
  8. All the files here are maintained as part of the Texinfo distribution
  9. (in contrast to the contrib/ directory).
  10. These scripts actually get installed:
  11. texi2dvi texi2pdf pdftexi2dvi
  12. (along with *.bat on Windows)
  13. Also the XML stuff: texinfo.dtd texinfo.cat.
  14. These are examples of wrapping makeinfo invocation to achieve their
  15. various jobs:
  16. detexinfo texi2html texi-elements-by-size
  17. txicmdlist txicustomvars txixml2texi
  18. The srclist.txt file specifies common source files to keep in sync; see
  19. the srclist-update script in gnulib.
  20. Finally, the gendocs script and templates (which are not installed) are
  21. about creating all the usual output formats to be put on web pages.
  22. For more, see the GNU Maintainers Information:
  23. http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html