diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-03 20:46:14 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-03 20:46:14 -0400 |
commit | 59e5189818321c8a62ad107548facbcfce9e517a (patch) | |
tree | 4dbcf2a311edb31e852c126bec7424d8881ce3df /Makefile.am | |
parent | a1287e483ce8efcf3f1eca97bdaaccac2393a1bf (diff) |
[Makefile.am] Distribute BIBLIOGRAPHY
Also include all automatically distributed CAPITAL files in there,
to remove any doubts.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 63b47d84..37693cf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,12 +23,17 @@ perf: all cd perf && $(MAKE) $(AM_MAKEFLAGS) perf EXTRA_DIST = \ + AUTHORS \ + BIBLIOGRAPHY \ BUGS \ CODING_STYLE \ COPYING \ COPYING-LGPL-2.1 \ COPYING-MPL-1.1 \ + INSTALL \ + NEWS \ PORTING_GUIDE \ + README \ RELEASING \ ROADMAP \ TODO |