The content and location of these files are governed by the GNU Build System architecture. They are expected to be found in the root directory of the package. They are included in the tarball automatically by Automake and require no explicit 'dist' action.
Signed-off-by: Gaetan Nadon <[email protected]> --- Makefile.am | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e94fe19..16e146c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,5 +131,7 @@ ChangeLog: dist-hook: ChangeLog INSTALL -dist_doc_DATA = ChangeLog README docs/README.alps \ - docs/trouble-shooting.txt docs/tapndrag.dia +dist_doc_DATA = \ + docs/README.alps \ + docs/trouble-shooting.txt \ + docs/tapndrag.dia -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
