X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=release.in;h=686fa42b8bed2ce8ede4b04d350264b3419c61a0;hb=d3e4b6b167bc63e9767a8343b16245adedf7823c;hp=2e6ae224ac3808975909987bc0fe1d9ceec37316;hpb=46132d50f6474501e2c5d98446ecb07b96cb12ce;p=swftools.git diff --git a/release.in b/release.in index 2e6ae22..686fa42 100644 --- a/release.in +++ b/release.in @@ -1,5 +1,6 @@ #!/bin/sh name=@PACKAGE@-@VERSION@ +echo creating $name.tar.gz rm -f ${name} rm -f ${name}.tar rm -f ${name}.tar.gz @@ -24,14 +25,19 @@ ${name}/src/settings.h \ ${name}/src/reloc.c \ ${name}/src/reloc.h \ ${name}/src/Makefile.in \ -${name}/src/Makefile.am \ ${name}/lib/args.h \ ${name}/lib/example/box.c \ +${name}/lib/example/dumpfont.c \ +${name}/lib/example/demofont.c \ +${name}/lib/example/buttontest.c \ +${name}/lib/example/text.c \ ${name}/lib/example/jpegtest.c \ ${name}/lib/example/shape1.c \ -${name}/lib/example/texbox.c \ -${name}/lib/example/texbox_ac.c \ +${name}/lib/example/sprites.c \ ${name}/lib/example/transtest.c \ +${name}/lib/example/zlibtest.c \ +${name}/lib/example/Makefile \ +${name}/lib/modules/swfaction.c \ ${name}/lib/modules/swfdump.c \ ${name}/lib/modules/swfobject.c \ ${name}/lib/modules/swfshape.c \ @@ -45,11 +51,9 @@ ${name}/lib/rfxswf.h \ ${name}/lib/old_rfxswf.h \ ${name}/lib/log.c \ ${name}/lib/log.h \ -${name}/lib/Makefile.am \ ${name}/lib/Makefile.in \ ${name}/pdf2swf/Makefile.in \ ${name}/pdf2swf/fonts/Makefile.in \ -${name}/pdf2swf/fonts/Makefile.am \ ${name}/pdf2swf/fonts/n021003l.pfb \ ${name}/pdf2swf/fonts/n021023l.pfb \ ${name}/pdf2swf/fonts/n021004l.pfb \ @@ -79,15 +83,14 @@ ${name}/pdf2swf/fonts/n022024l.afm \ ${name}/pdf2swf/fonts/s050000l.afm \ ${name}/pdf2swf/fonts/d050000l.afm \ ${name}/pdf2swf/fonts/FontDataBase \ +${name}/pdf2swf/HOWTO_pdf2swf \ ${name}/pdf2swf/swfoutput.h \ ${name}/pdf2swf/swfoutput.cc \ -${name}/pdf2swf/swfoutput_x11.cc \ ${name}/pdf2swf/pdfswf.h \ ${name}/pdf2swf/pdfswf.cc \ ${name}/pdf2swf/spline.h \ ${name}/pdf2swf/spline.cc \ ${name}/pdf2swf/pdf2swf.cc \ -${name}/pdf2swf/Makefile.am \ ${name}/pdf2swf/xpdf/Array.cc \ ${name}/pdf2swf/xpdf/Array.h \ ${name}/pdf2swf/xpdf/Catalog.cc \ @@ -142,7 +145,6 @@ ${name}/pdf2swf/xpdf/gfile.h \ ${name}/pdf2swf/xpdf/gmem.c \ ${name}/pdf2swf/xpdf/gmem.h \ ${name}/pdf2swf/xpdf/gtypes.h \ -${name}/pdf2swf/xpdf/Makefile.am \ ${name}/pdf2swf/xpdf/Makefile.in \ ${name}/pdf2swf/pdf2swf.1 \ ${name}/pdf2swf/swfoutput.cc \ @@ -154,13 +156,9 @@ ${name}/configure \ ${name}/config.guess \ ${name}/config.sub \ ${name}/config.h.in \ -${name}/stamp-h.in \ -${name}/Makefile.am \ ${name}/Makefile.in \ ${name}/INSTALL \ ${name}/COPYING \ -${name}/NEWS \ -${name}/README \ ${name}/AUTHORS \ ${name}/ChangeLog \ ${name}/release.in \