From a284a014065760dae36baef1cb148165d423426d Mon Sep 17 00:00:00 2001 From: D Haley Date: Sat, 15 May 2010 05:26:21 +1000 Subject: [PATCH] * Added missing texinfo/Makefile.am from orig --- texinfo/Makefile.am | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 texinfo/Makefile.am diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am new file mode 100644 index 0000000..159449d --- /dev/null +++ b/texinfo/Makefile.am @@ -0,0 +1,35 @@ +SUBDIRS = png . + +CLEANFILES = mathgl_en.info mathgl_en.info-1 mathgl_en.info-2 mathgl_en.info-3 \ +mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 + +MAKEINFOHTML = texi2html +TEXI2PDF = texi2pdf + +AM_MAKEINFOHTMLFLAGS = --split=chapter +AM_MAKEINFOFLAGS = --no-validate + +info_TEXINFOS = mathgl_en.texi +mathgl_en_TEXINFOS = \ +example_en.texi gpl-3.0.texi overview_en.texi samples_en.texi \ +class_en.texi fdl.texi data_en.texi \ +core_en.texi gpl-2.0.texi mgl_en.texi + +info_TEXINFOS += mathgl_ru.texi +mathgl_ru_TEXINFOS = \ +samples_ru.texi class_ru.texi overview_ru.texi appendix_ru.texi \ +data_ru.texi mgl_ru.texi core_ru.texi example_ru.texi fdl.texi \ +gpl-2.0.texi gpl-3.0.texi + +mglpng=$(DESTDIR)$(docdir)/png_static + +#install-data-local: install-html install-pdf +install-data-local: install-html + mkdir -p $(mglpng) + cp -r $(top_srcdir)/texinfo/png_static/*.png $(mglpng) + +uninstall-local: + rm -rf $(mglpng) + +#all-local: html pdf +all-local: html -- 2.30.2