From: Christian Bauer Date: Fri, 26 Nov 1999 20:38:44 +0000 (+0000) Subject: - .txt files were missing from distribution X-Git-Tag: release_0-5-0~115 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=0e17746a6dd27ec7879d37a02cffe89609cbe298 - .txt files were missing from distribution --- diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 50c49956..23edcb64 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -4,8 +4,9 @@ FIG = classhierarchy.fig repnaive.fig reppair.fig repreal.fig PNG = $(addsuffix .png, $(basename $(FIG))) EPS = $(addsuffix .eps, $(basename $(FIG))) +TXT = $(addsuffix .txt, $(basename $(FIG))) -SUFFIXES = .fig .png .eps +SUFFIXES = .fig .png .eps .txt %.eps: %.fig @if [ "${FIG2DEV}" ]; then \ @@ -36,7 +37,7 @@ ginactutorialdir = $(ginacdocdir)/tutorial ginactutorial_DATA = @TUTORIAL_TARGETS@ CLEANFILES = $(EPS) $(PNG) ginac.html -EXTRA_DIST = $(FIG) +EXTRA_DIST = $(FIG) $(TXT) install-data-local: @for p in $(PNG); do \ diff --git a/doc/tutorial/Makefile.in b/doc/tutorial/Makefile.in index 2ac186c8..a1bcb6b9 100644 --- a/doc/tutorial/Makefile.in +++ b/doc/tutorial/Makefile.in @@ -100,8 +100,9 @@ YACC = @YACC@ FIG = classhierarchy.fig repnaive.fig reppair.fig repreal.fig PNG = $(addsuffix .png, $(basename $(FIG))) EPS = $(addsuffix .eps, $(basename $(FIG))) +TXT = $(addsuffix .txt, $(basename $(FIG))) -SUFFIXES = .fig .png .eps +SUFFIXES = .fig .png .eps .txt info_TEXINFOS = ginac.texi @@ -110,7 +111,7 @@ ginactutorialdir = $(ginacdocdir)/tutorial ginactutorial_DATA = @TUTORIAL_TARGETS@ CLEANFILES = $(EPS) $(PNG) ginac.html -EXTRA_DIST = $(FIG) +EXTRA_DIST = $(FIG) $(TXT) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -130,7 +131,7 @@ TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: -.SUFFIXES: .dvi .eps .fig .info .png .ps .texi .texinfo .txi +.SUFFIXES: .dvi .eps .fig .info .png .ps .texi .texinfo .txi .txt $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tutorial/Makefile