tests-parser.txt 859 B

12345678910111213141516171819202122
  1. texi info-stnd.texi
  2. texi texinfo.texi --ifinfo
  3. texi cvs.texi
  4. texi mini_ker.texi
  5. texi hello.texi
  6. hello hello.texi
  7. hello_nodes hello.texi --split node --node-files
  8. info-stnd info-stnd.texi --split chapter --node-files
  9. texinfo texinfo.texi --split chapter --ifinfo --internal-links=@OUT_DIR@internal_links_texinfo.txt
  10. # FIXME /dev/null not portable
  11. texinfo_info_dev_null texinfo.texi --info -o /dev/null
  12. texinfo_nodes texinfo.texi --split node --node-files --ifinfo
  13. ccvs cvs.texi --split chapter --init cvs.init
  14. #ccvs_mediawiki cvs.texi --init mediawiki.pm --split chapter
  15. #ccvs_mediawiki_nosplit cvs.texi --init mediawiki.pm --init cvs.init
  16. ccvs_info cvs.texi --info
  17. texinfo_xml texinfo.texi --xml
  18. texinfo_html texinfo.texi --html
  19. texinfo_html_nosplit texinfo.texi --html --no-split
  20. hello_html hello.texi --html
  21. hello_html_nosplit hello.texi --html --no-split