From: D Haley Date: Fri, 14 May 2010 19:26:21 +0000 (+1000) Subject: * Added missing texinfo/Makefile.am from orig X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~319 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a284a014065760dae36baef1cb148165d423426d;p=mathgl.git * Added missing texinfo/Makefile.am from orig --- 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