projects
/
platform
/
upstream
/
folks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eea835
)
Don't install or EXTRA_DIST the package documentation
author
Philip Withnall
<philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:40:28 +0000
(12:40 +0100)
committer
Philip Withnall
<philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:40:28 +0000
(12:40 +0100)
It's unnecessary, and automake knows to distribute the files already.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
192dbe2
..
3f1bac4
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-11,18
+11,7
@@
ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-docs
-folksdocdir = ${prefix}/doc/folks
-folksdoc_DATA = \
- ChangeLog \
- README \
- COPYING \
- AUTHORS \
- INSTALL \
- NEWS\
- $(NULL)
-
EXTRA_DIST = \
- $(folksdoc_DATA) \
autogen.sh \
$(NULL)