From: Richard Jones Date: Sat, 24 Apr 2010 14:14:54 +0000 (+0100) Subject: Add EXTRA_DIST and check distributed files. X-Git-Tag: 1.0.0~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c3ccddf2a628b3738f7a8b14aaaeaaf7d927ca41;p=techtalk-pse.git Add EXTRA_DIST and check distributed files. --- diff --git a/Makefile.am b/Makefile.am index 36c56e4..dc16e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,19 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. bin_SCRIPTS = techtalk-pse + +EXTRA_DIST = \ + techtalk-pse.pl \ + README \ + TODO \ + examples/simple/*.html \ + examples/simple/*.sh \ + examples/simple/*.js \ + examples/simple/*.css \ + examples/simple/*.jpg \ + examples/simple/functions \ + examples/simple/README + man_MANS = techtalk-pse.1 techtalk-pse.1: techtalk-pse