diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:19:26 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:19:26 +0000 |
commit | 5f1b173dce5371c7f07bffda87f596729da0bd1c (patch) | |
tree | c540e844234500fdead23cd83299c5e7b677c6f3 | |
parent | 7a9e12e93e520afc485185644e8cb336def835f8 (diff) |
+ pdexternal.am: distribute Changes, ChangeLog if present
svn path=/trunk/externals/moocow/; revision=10774
-rw-r--r-- | common/pdexternal.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/pdexternal.am b/common/pdexternal.am index 0c6b9c8..f1fd785 100644 --- a/common/pdexternal.am +++ b/common/pdexternal.am @@ -37,6 +37,8 @@ EXTRA_DIST = \ $(pdexterns_DATA) \ $(pdexec_DATA) \ $(wildcard COPYING) \ + $(wildcard Changes) \ + $(wildcard ChangeLog) \ $(wildcard README.cvs) \ $(wildcard depcomp) \ $(wildcard install-sh) \ |