texi2html 1.1 KB

123456789101112131415161718192021222324252627282930
  1. #! /bin/sh
  2. # $Id$
  3. # Copyright 2012 Free Software Foundation, Inc.
  4. #
  5. # This file is free software; as a special exception the author gives
  6. # unlimited permission to copy and/or distribute it, with or without
  7. # modifications, as long as this notice is preserved.
  8. #
  9. # This program is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  11. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. #
  13. # Original author: Patrice Dumas.
  14. # Convert Texinfo to HTML, setting the default style to be the texi2html
  15. # style.
  16. #
  17. # It is not fully compatible with texi2html. There is no possibility of
  18. # splitting indices, and translated strings cannot (yet?) be customized.
  19. # Command line processing and options have also changed, and the
  20. # customization API is new.
  21. #
  22. # Thus, since this is not a drop-in replacement for the old texi2html,
  23. # we do not install it. It's here as an example.
  24. #
  25. # See the texi2html node in the Texinfo manual for more.
  26. #
  27. exec texi2any --set-init-variable TEXI2HTML=1 "$@"