## Process this file with automake to produce Makefile.in EXFILES = archive1.cpp TEXI = ginac-examples.texi info_TEXINFOS = $(TEXI) TXT = $(addsuffix .txt, $(basename $(TEXI))) all: $(EXFILES) ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT) ${MAKEINFO} --no-split --html $(srcdir)/$(TEXI) CLEANFILES = $(TXT) EXTRA_DIST = $(EXFILES)