From c3ccddf2a628b3738f7a8b14aaaeaaf7d927ca41 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 24 Apr 2010 15:14:54 +0100 Subject: [PATCH] Add EXTRA_DIST and check distributed files. --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 1.8.3.1