From abf280fe4a309b383c3e18106b07cb0f2732fa22 Mon Sep 17 00:00:00 2001 From: boehme Date: Wed, 24 Oct 2001 19:48:46 +0000 Subject: [PATCH] * fix: install jpeg2swf.1 --- src/Makefile.am | 2 +- src/Makefile.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b9426b..bf38894 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,5 +8,5 @@ jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfcombine_LINK = $(CCLD) ../lib/log.o -o $@ swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@ -man_MANS = swfcombine.1 swfstrings.1 swfdump.1 +man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1 diff --git a/src/Makefile.in b/src/Makefile.in index 3843b14..800f730 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -78,7 +78,7 @@ jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfcombine_LINK = $(CCLD) ../lib/log.o -o $@ swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@ -man_MANS = swfcombine.1 swfstrings.1 swfdump.1 +man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -120,7 +120,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/bitio.P .deps/combine.P .deps/flash.P \ .deps/jpeg2swf.P .deps/reloc.P .deps/swfcombine.P .deps/swfdump.P \ -- 1.7.10.4