git.annexia.org
/
techtalk-pse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fb5ff
)
Add EXTRA_DIST and check distributed files.
author
Richard Jones
<rjones@redhat.com>
Sat, 24 Apr 2010 14:14:54 +0000
(15:14 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 24 Apr 2010 14:14:54 +0000
(15:14 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
36c56e4
..
dc16e92
100644
(file)
--- 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