Makefile.am 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. EXTRA_DIST = sectioning.texi novalidate.texi first_section_no_node.texi \
  2. nodes_before_top.texi nodes_after_top.texi section_nodes_before_top.texi \
  3. nodes_after_top_before_section.texi nodes_test.texi no_section.texi \
  4. no_node.texi no_section_no_top.texi one_section.texi one_node.texi \
  5. one_node_and_section.texi first_section_and_nodes.texi double_top.texi \
  6. rec_nodes.texi lower_subsub.texi raiselowersections.texi \
  7. top_without_node.texi before_node_and_section.texi \
  8. section_before_chapter.texi node_footnote.texi at_commands_in_refs.texi \
  9. test_refs.texi equivalent_nodes.texi nodename_parentheses.texi \
  10. section_file.texi html-top.texi menu-whitespace.texi nodes_id.texi \
  11. node-whitespace.texi two_footnotes_in_nodes.texi section_in_unnumbered.texi \
  12. top.texi more_nodes_than_sections.texi no_node_no_top.texi \
  13. placed_things_before_element.texi menutextorder.texi semi_auto.texi \
  14. no_element.texi anchor_in_footnote.texi test_two_include.texi \
  15. only_documentencoding.texi more_sections_than_nodes.texi \
  16. nodename_parentheses.texi one_element.texi empty_nodes.texi \
  17. weird_at_commands_in_nodes.texi double_node_anchor_float.texi \
  18. nodes_after_top_before_chapter.texi \
  19. chapter_before_part.texi part_before_section.texi \
  20. part_before_chapter.texi section_before_part.texi \
  21. hole_in_sectioning.texi section_before_top_no_node.texi \
  22. section_before_top.texi \
  23. part_chapter_after_top.texi part_node_chapter_after_top.texi \
  24. node_part_chapter_after_top.texi node_part_chapter_after_chapter.texi \
  25. part_node_after_top.texi part_node_before_top.texi \
  26. section_chapter_before_top_nodes.texi section_chapter_before_top.texi \
  27. part_node_appendix.texi part_appendix.texi part_node_part_appendix.texi \
  28. part_node_part_node_appendix.texi part_node_node_part_appendix.texi \
  29. other_at_comands_in_nodes_refs.texi text_before_line_command.texi \
  30. loop_nodes.texi \
  31. test_directions.init test_renamed_nodes.init tests.txt renamednodes.cnf-ref \
  32. res res_all res_info res_docbook res_xml res_html
  33. DISTCLEANFILES = tests.log tests.out
  34. distclean-local:
  35. rm -rf out out_all out_info out_docbook out_xml out_html diffs
  36. dist-hook:
  37. rm -rf `find $(distdir)/res $(distdir)/res_info $(distdir)/res_all $(distdir)/res_docbook $(distdir)/res_xml $(distdir)/res_html -name .svn`