From a019343be2f5bde96394e8190d763e5eac02fd36 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 2 Dec 2001 12:10:05 +0000 Subject: [PATCH] the swfextract man file was in there twice. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index e524bfd..bf3a278 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -74,7 +74,7 @@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfextract_LINK = $(CCLD) ../lib/log.o ../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 swfextract.1 swfextract.1 swfdump.1 jpeg2swf.1 +man_MANS = swfcombine.1 swfstrings.1 swfextract.1 swfdump.1 jpeg2swf.1 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = -- 1.7.10.4