X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=html%2FMakefile.in;h=4be5b95c8db7f4cd77f74065ed7ba735d3458141;hb=2cc32f73fdf3fed44ce0272784ed68252f1b717a;hp=1e04bebb301757085293528f05dba203009f0e82;hpb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;p=ctsim.git diff --git a/html/Makefile.in b/html/Makefile.in index 1e04beb..4be5b95 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -90,7 +90,7 @@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ -@USE_HTML_TRUE@html_DATA = @USE_HTML_TRUE@@htmldata@ +@USE_HTML_TRUE@html_DATA = @htmldata@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = simulate.html @@ -101,11 +101,11 @@ DIST_COMMON = Makefile.am Makefile.in simulate.html.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu html/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)