test_paths.texi 566 B

123456789101112131415161718192021222324252627282930313233
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename test_paths.info
  3. @node Top
  4. @top test paths
  5. @include inc_file.texi
  6. @@include dot.
  7. @c this leads to a different result with make distcheck since the file is not found
  8. @c @include ./inc_file.texi
  9. @include coverage_macro.texi
  10. @@include dot path.
  11. @include ./coverage_macro.texi
  12. @image{formatting/f--ile}
  13. @@image dot.
  14. @image{./formatting/f--ile}
  15. @@image dot parent.
  16. @image{../test/formatting/f--ile}
  17. @verbatiminclude formatting/simplest.texi
  18. @@verbatiminclude dot.
  19. @verbatiminclude ./formatting/simplest.texi
  20. @bye