From d423cf6ebfa55b5f27e723e261081af183bba07e Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 19 Nov 2006 21:38:14 +0000 Subject: [PATCH] removed pdf2swf/Makefile --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b8d4c68..2de29cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ all install uninstall clean: @echo making $@ in src... cd src;$(MAKE) $@ @echo making $@ in pdf2swf... - cd pdf2swf;$(MAKE) $@ + cd pdf2swf/fonts;$(MAKE) $@ @echo making $@ in avi2swf... cd avi2swf;$(MAKE) $@ @echo making $@ in swfs... @@ -23,7 +23,7 @@ all install uninstall clean: distclean: $(MAKE) clean rm -f config.status config.cache config.h Makefile Makefile.common libtool - rm -f lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile + rm -f lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/fonts/Makefile clean-local: rm -f config.cache gmon.out -- 1.7.10.4