X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Ftutorial%2FMakefile.in;h=92f9ec15058afa604de0de38ab7dd63e5935b1e8;hp=2ac186c843c798fcd727c6a9f7cf097237e900e4;hb=d8148ca72f0e9c5f39b7142a87f004a7a5840d69;hpb=0a68f1165c65a61d6f6ab6ef47485c9c8193b560 diff --git a/doc/tutorial/Makefile.in b/doc/tutorial/Makefile.in index 2ac186c8..92f9ec15 100644 --- a/doc/tutorial/Makefile.in +++ b/doc/tutorial/Makefile.in @@ -70,7 +70,9 @@ DOXYGEN = @DOXYGEN@ DVIPS = @DVIPS@ FIG2DEV = @FIG2DEV@ GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@ +GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@ GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@ +GINACLIB_LIBS = @GINACLIB_LIBS@ GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@ GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@ GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@ @@ -100,8 +102,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 +113,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 +133,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 @@ -312,7 +315,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -391,8 +394,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean %.eps: %.fig @if [ "${FIG2DEV}" ]; then \ - echo "Running ${FIG2DEV} -L ps -m 0.8 $< $@..."; \ - ${FIG2DEV} -L ps -m 0.8 $< $@; \ + echo "Running ${FIG2DEV} -L ps -m 0.9 $< $@..."; \ + ${FIG2DEV} -L ps -m 0.9 $< $@; \ else \ echo "warning: fig2dev was not found by configure"; \ fi @@ -413,8 +416,10 @@ ginac.html: ginac.texi version.texi $(PNG) install-data-local: @for p in $(PNG); do \ - echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \ - $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \ + if [ -f $(srcdir)/$$p ]; then \ + echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p"; \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(ginactutorialdir)/$$p; \ + fi; \ done uninstall-local: