| # Makefile.am for texinfo/tp. |
| # |
| # Copyright 2011-2019 Free Software Foundation, Inc. |
| # |
| # This file is free software; as a special exception the author gives |
| # unlimited permission to copy and/or distribute it, with or without |
| # modifications, as long as this notice is preserved. |
| # |
| # This program is distributed in the hope that it will be useful, but |
| # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the |
| # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| |
| # Generated lists of tests and of test result files |
| include $(srcdir)/Makefile.tres |
| |
| # Generated list of document string locale files and associated rules. |
| include $(srcdir)/Makefile.docstr |
| |
| $(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl |
| cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl |
| |
| $(srcdir)/Makefile.docstr: maintain/regenerate_docstr.sh \ |
| $(srcdir)/../po_document/LINGUAS |
| cd $(srcdir) \ |
| && $(SHELL) ./maintain/regenerate_docstr.sh Makefile.docstr |
| |
| |
| SUBDIRS = |
| if ! DISABLE_XS |
| SUBDIRS += Texinfo/XS |
| endif |
| |
| SUBDIRS += . tests |
| |
| DIST_SUBDIRS = Texinfo/XS tests |
| |
| |
| bin_SCRIPTS = texi2any |
| |
| do_subst = sed \ |
| -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \ |
| -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \ |
| -e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \ |
| -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ |
| -e 's,[@]prefix[@],$(prefix),g' \ |
| -e 's,[@]datarootdir[@],$(datarootdir),g' \ |
| -e 's,[@]datadir[@],$(datadir),g' \ |
| -e 's,[@]pkglibdir[@],$(pkglibdir),g' \ |
| -e 's,[@]PACKAGE[@],$(PACKAGE),g' \ |
| -e 's,[@]USE_EXTERNAL_LIBINTL[@],$(USE_EXTERNAL_LIBINTL),g' \ |
| -e 's,[@]USE_EXTERNAL_EASTASIANWIDTH[@],$(USE_EXTERNAL_EASTASIANWIDTH),g' \ |
| -e 's,[@]USE_EXTERNAL_UNIDECODE[@],$(USE_EXTERNAL_UNIDECODE),g' \ |
| -e 's,[@]TEXINFO_DTD_VERSION[@],$(TEXINFO_DTD_VERSION),g' \ |
| -e 's,[@]enable_xs[@],$(enable_xs),g' \ |
| -e '1 s,/usr/bin/env perl,$(PERL),g' |
| |
| texi2any: texi2any.pl $(top_builddir)/config.status |
| $(do_subst) $(srcdir)/texi2any.pl >$@ |
| chmod a+x $@ |
| |
| makeinfo: texi2any |
| rm -f $@ |
| -$(LN_S) texi2any $@ |
| |
| modulesdir = $(pkgdatadir)/Texinfo |
| dist_modules_DATA = \ |
| Texinfo/Config.pm \ |
| Texinfo/Parser.pm \ |
| Texinfo/ParserNonXS.pm \ |
| Texinfo/Report.pm \ |
| Texinfo/Common.pm \ |
| Texinfo/Commands.pod \ |
| Texinfo/Structuring.pm \ |
| Texinfo/Transformations.pm \ |
| Texinfo/Translations.pm \ |
| Texinfo/MiscXS.pm \ |
| Texinfo/XSLoader.pm \ |
| Texinfo/Documentlanguages.pm |
| |
| dist_noinst_DATA = \ |
| Texinfo/ModulePath.pm.in |
| |
| modules_DATA = \ |
| Texinfo/ModulePath.pm \ |
| Texinfo/Commands.pm |
| |
| convertersdir = $(pkgdatadir)/Texinfo/Convert |
| dist_converters_DATA = \ |
| Texinfo/Convert/Converter.pm \ |
| Texinfo/Convert/DocBook.pm \ |
| Texinfo/Convert/HTML.pm \ |
| Texinfo/Convert/IXIN.pm \ |
| Texinfo/Convert/IXINSXML.pm \ |
| Texinfo/Convert/Info.pm \ |
| Texinfo/Convert/LaTeX.pm \ |
| Texinfo/Convert/NodeNameNormalization.pm \ |
| Texinfo/Convert/Paragraph.pm \ |
| Texinfo/Convert/ParagraphNonXS.pm \ |
| Texinfo/Convert/PlainTexinfo.pm \ |
| Texinfo/Convert/Plaintext.pm \ |
| Texinfo/Convert/Texinfo.pm \ |
| Texinfo/Convert/TexinfoMarkup.pm \ |
| Texinfo/Convert/TexinfoSXML.pm \ |
| Texinfo/Convert/TexinfoXML.pm \ |
| Texinfo/Convert/Text.pm \ |
| Texinfo/Convert/TextContent.pm \ |
| Texinfo/Convert/Unicode.pm \ |
| Texinfo/Convert/Utils.pm |
| |
| debugmodulesdir = $(pkgdatadir)/DebugTexinfo |
| dist_debugmodules_DATA = \ |
| DebugTexinfo/DebugTree.pm |
| |
| # extensions used in main program |
| extensionsdir = $(datadir)/texinfo/ext |
| dist_extensions_DATA = \ |
| ext/epub3.pm \ |
| ext/tex4ht.pm \ |
| ext/latex2html.pm |
| |
| initdir = $(datadir)/texinfo/init |
| dist_init_DATA = \ |
| init/book.pm \ |
| init/chm.pm \ |
| init/documentation_examples.pm \ |
| init/html32.pm \ |
| init/highlight_syntax.pm |
| |
| test_files = \ |
| t/README \ |
| t/include/a.txt \ |
| t/include/aa.txt \ |
| t/include/my-bib-macros.texi \ |
| t/include/count_image.png \ |
| t/include/count_image.txt \ |
| t/include/count_image_text.txt \ |
| t/include/f.txt \ |
| t/include/fdotext.ext \ |
| t/include/fdotext.png \ |
| t/include/fdotext.txt \ |
| t/include/fext.ext \ |
| t/include/fext.png \ |
| t/include/fext.txt \ |
| t/include/fextext \ |
| t/include/file_with_cpp_lines.texi \ |
| t/include/file_with_xml_chars.texi \ |
| t/include/include_noeol.texi \ |
| t/include/image.txt \ |
| t/include/image_encoded.txt \ |
| t/include/inc_@f--ile.texi \ |
| t/include/included_file_with_setfilename.texi \ |
| t/include/this_is_a_long_unknown_file.png \ |
| t/include/verbatim_encoded.texi \ |
| t/include/verbatim_encoded_latin1.texi \ |
| t/include/words.txt \ |
| t/include/f--ile.png \ |
| t/include/f--ile.txt \ |
| t/include/figure.txt \ |
| t/include/inc_file.texi \ |
| t/include/incl-incl.txi \ |
| t/include/macro_included.texi \ |
| t/include/section_file.texi \ |
| t/init/command_translation_modified.init \ |
| t/init/cvs.init \ |
| t/init/icons.init \ |
| t/init/ignore_and_comments_output.init \ |
| t/init/l2h.init \ |
| t/init/mini_ker_t2h.init \ |
| t/init/misc_file_collision.init \ |
| t/init/only_toc_out.init \ |
| t/init/redefine_need.init \ |
| t/init/t2h_singular.init \ |
| t/init/test_directions.init \ |
| t/init/test_renamed_nodes.init \ |
| t/init/translate_txiinternalvalue_macro.init \ |
| t/init/undef_node_file_name.init \ |
| t/test_utils.pl \ |
| t/input_files/all_spaces.texi \ |
| t/input_files/bib-example.texi \ |
| t/input_files/char_latin1_utf8_in_refs.texi \ |
| t/input_files/char_latin1_latin1_in_refs.texi \ |
| t/input_files/char_latin2_latin2_in_refs.texi \ |
| t/input_files/chinese_mixed_with_en.texi \ |
| t/input_files/cond.texi \ |
| t/input_files/contents_at_document_begin.texi \ |
| t/input_files/contents_at_end_document_after_node.texi \ |
| t/input_files/contents_at_end_document.texi \ |
| t/input_files/contents_in_document.texi \ |
| t/input_files/contents_no_section.texi \ |
| t/input_files/cpp_line_before_first_node.texi \ |
| t/input_files/cpp_lines.texi \ |
| t/input_files/cpp_line_latin1.texi \ |
| t/input_files/defxcond.texi \ |
| t/input_files/delcomment.texi \ |
| t/input_files/direntry_dircategory.texi \ |
| t/input_files/documentlanguage_set.texi \ |
| t/input_files/double_index_entry.texi \ |
| t/input_files/east_asian_in_w.texi \ |
| t/input_files/empty.texi \ |
| t/input_files/empty_lines_at_beginning_no_setfilename.texi \ |
| t/input_files/empty_lines_at_beginning_no_setfilename_no_element.texi \ |
| t/input_files/encoding_index_latin1.texi \ |
| t/input_files/encoding_index_utf8.texi \ |
| t/input_files/equivalent_nodes.texi \ |
| t/input_files/float_copying.texi \ |
| t/input_files/formatting.texi \ |
| t/input_files/glossary.texi \ |
| t/input_files/in_menu_only_special_spaces_node.texi \ |
| t/input_files/in_menu_only_special_ascii_spaces_node.texi \ |
| t/input_files/index_no_node.texi \ |
| t/input_files/index_split.texi \ |
| t/input_files/japanese_utf8.texi \ |
| t/input_files/japanese_shift_jis.texi \ |
| t/input_files/manual_simple_utf8_with_error.texi \ |
| t/input_files/manual_simple_latin1_with_error.texi \ |
| t/input_files/minimal_empty_empty.texi \ |
| t/input_files/minimal_empty_with_bye.texi \ |
| t/input_files/minimal_empty_with_input.texi \ |
| t/input_files/more_sections_than_nodes.texi \ |
| t/input_files/navigation.texi \ |
| t/input_files/nodequote.texi \ |
| t/input_files/nodes_before_top.texi \ |
| t/input_files/nodes_before_top_and_sections.texi \ |
| t/input_files/no_monolithic.texi \ |
| t/input_files/no_node.texi \ |
| t/input_files/node_footnote.texi \ |
| t/input_files/nodes_after_top_before_chapter.texi \ |
| t/input_files/nodes_after_top_before_section.texi \ |
| t/input_files/non_break_spaces.texi \ |
| t/input_files/one_line.texi \ |
| t/input_files/one_line_no_content.texi \ |
| t/input_files/only_special_spaces_node.texi \ |
| t/input_files/placed_things_before_element.texi \ |
| t/input_files/punctuation_small_case_accents_latin1.texi \ |
| t/input_files/punctuation_small_case_accents_us_ascii.texi \ |
| t/input_files/punctuation_small_case_accents_utf8.texi \ |
| t/input_files/reference_to_only_special_spaces_node.texi \ |
| t/input_files/sample_utf8.texi \ |
| t/input_files/sectioning.texi \ |
| t/input_files/simplest.texi \ |
| t/input_files/split_chapter_index.texi \ |
| t/input_files/split_nocopying.texi \ |
| t/input_files/simplest_no_node_section.texi \ |
| t/input_files/special_spaces_in_nodes.texi \ |
| t/input_files/test_refs.texi \ |
| t/input_files/test_two_include.texi \ |
| t/input_files/top_node_up_explicit.texi \ |
| t/input_files/top_node_up_implicit.texi \ |
| t/input_files/topic_guide.texi \ |
| t/input_files/two_footnotes_in_nodes.texi \ |
| t/input_files/things_before_setfilename_no_element.texi \ |
| t/input_files/things_before_setfilename.texi \ |
| t/input_files/unknown_nodes_renamed.texi \ |
| t/input_files/unknown_nodes_renamed-noderename.cnf \ |
| t/input_files/version.texi \ |
| t/input_files/htmlxref.cnf \ |
| t/input_files/htmlxref-mono.cnf \ |
| t/input_files/htmlxref-split.cnf \ |
| # |
| |
| document_domain = $(PACKAGE)_document |
| |
| # $(document_strings_mo_files) comes from the generated Makefile.docstr. |
| all-local: maintain/catalog.xml $(document_strings_mo_files) |
| |
| tp_tests = prove.sh |
| |
| if TP_TESTS |
| TESTS = $(test_tap_files_generated_list) |
| endif |
| |
| TEST_EXTENSIONS = .t |
| T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ |
| $(top_srcdir)/build-aux/tap-driver.sh |
| T_LOG_COMPILER = $(PERL) |
| AM_T_LOG_FLAGS = -w |
| |
| AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export buildir; top_builddir="$(top_builddir)"; export top_builddir; |
| |
| maintenance_files = \ |
| maintain/all_tests.sh \ |
| maintain/change_perl_modules_version.sh \ |
| maintain/copy_change_file_name_encoding.pl \ |
| maintain/language-subtag-registry \ |
| maintain/regenerate_cmd_tests.sh \ |
| maintain/regenerate_converters_documentation.sh \ |
| maintain/regenerate_docstr.sh \ |
| maintain/regenerate_documentlanguages-iana.pl \ |
| maintain/regenerate_documentlanguages-loc.pl \ |
| maintain/regenerate_file_lists.pl \ |
| maintain/regenerate_commands_perl_info.pl \ |
| maintain/template.pod \ |
| maintain/catalog.xml.in |
| |
| EXTRA_DIST = \ |
| texi2any.pl \ |
| $(test_files_generated_list) \ |
| $(test_files) \ |
| $(tp_tests) \ |
| $(maintenance_files) \ |
| maintain/lib |
| |
| # template.pod is the basis for the .pm documentation, and the script |
| # invoked here updates them; to be run when template.pod changes. |
| # |
| # If we ever make that documentation more extensive, the .pm doc could |
| # (and probably should) just be maintained separately, by hand. |
| do-pm-doc: |
| ./maintain/regenerate_converters_documentation.sh |
| |
| maintain/catalog.xml: maintain/catalog.xml.in Makefile |
| $(MKDIR_P) maintain |
| sed -e 's|[@]abs_top_srcdir[@]|$(abs_top_srcdir)|' \ |
| -e 's|[@]TEXINFO_DTD_VERSION[@]|$(TEXINFO_DTD_VERSION)|' \ |
| $(srcdir)/maintain/catalog.xml.in >$@ |
| |
| Texinfo/ModulePath.pm: Texinfo/ModulePath.pm.in Makefile |
| $(MKDIR_P) Texinfo |
| sed -e 's|[@]USE_EXTERNAL_LIBINTL[@]|$(USE_EXTERNAL_LIBINTL)|' \ |
| -e 's|[@]USE_EXTERNAL_EASTASIANWIDTH[@]|$(USE_EXTERNAL_EASTASIANWIDTH)|' \ |
| -e 's|[@]USE_EXTERNAL_UNIDECODE[@]|$(USE_EXTERNAL_UNIDECODE)|' \ |
| $(srcdir)/Texinfo/ModulePath.pm.in >$@ |
| |
| Texinfo/Commands.pm: Texinfo/XS/parsetexi/command_data.txt |
| $(MKDIR_P) Texinfo |
| $(srcdir)/maintain/regenerate_commands_perl_info.pl < $(srcdir)/Texinfo/XS/parsetexi/command_data.txt |
| |
| libsrcdir = $(srcdir)/maintain/lib |
| |
| install-data-local: |
| if test $(USE_EXTERNAL_LIBINTL) != 'yes' ; then \ |
| $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/Recode \ |
| $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/RecodeData; \ |
| $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/*.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale; \ |
| $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/Recode/*.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/Recode; \ |
| $(INSTALL_DATA) $(libsrcdir)/libintl-perl/lib/Locale/RecodeData/*.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/libintl-perl/lib/Locale/RecodeData; \ |
| fi |
| if test $(USE_EXTERNAL_EASTASIANWIDTH) != 'yes' ; then \ |
| $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/Unicode-EastAsianWidth/lib/Unicode; \ |
| $(INSTALL_DATA) $(libsrcdir)/Unicode-EastAsianWidth/lib/Unicode/EastAsianWidth.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/Unicode-EastAsianWidth/lib/Unicode; \ |
| fi |
| if test $(USE_EXTERNAL_UNIDECODE) != 'yes' ; then \ |
| $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text/Unidecode; \ |
| $(INSTALL_DATA) $(libsrcdir)/Text-Unidecode/lib/Text/Unidecode.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text; \ |
| $(INSTALL_DATA) $(libsrcdir)/Text-Unidecode/lib/Text/Unidecode/*.pm \ |
| $(DESTDIR)$(pkgdatadir)/lib/Text-Unidecode/lib/Text/Unidecode; \ |
| fi |
| |
| install-exec-hook: |
| makeinfo_f=`echo makeinfo | sed -e '$(transform)'`; rm -f $(DESTDIR)$(bindir)/$$makeinfo_f |
| -makeinfo_f=`echo makeinfo | sed -e '$(transform)'`; texi2any_f=`echo texi2any| sed -e '$(transform)'`; $(LN_S) $$texi2any_f $(DESTDIR)$(bindir)/$$makeinfo_f |
| |
| dist-hook: |
| rm -rf `find $(distdir)/maintain/lib -name .git` |
| |
| uninstall-local: |
| rm -rf $(DESTDIR)$(pkgdatadir)/lib/ |
| |
| distclean-local: |
| rm -rf LocaleData |
| rm -f t/results/*/*.pl.new |
| rm -rf t/results/*/*/out_*/ |
| rm -rf t/include_dir |
| rm -rf po po_document |
| |
| CLEANFILES = texi2any makeinfo Texinfo/ModulePath.pm |
| DISTCLEANFILES = maintain/catalog.xml Texinfo/Commands.pm |