[mm-common] Install the skeleton project as documentation



commit 0d850ae8e4fbdd0d5c1ee86c29d5e29f32b36c88
Author: Daniel Elstner <danielk openismus com>
Date:   Tue Sep 8 09:37:35 2009 +0200

    Install the skeleton project as documentation
    
    * Makefile.am (nobase_dist_doc_{DATA,SCRIPTS}): Install the skeleton
    project files below $(docdir).  Also install the README file.

 Makefile.am |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 85f1d10..348d529 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,9 +51,9 @@ shared_pkgconfigdir = $(datadir)/pkgconfig
 nodist_shared_pkgconfig_DATA = doctags/mm-common-libstdc++.pc
 noinst_DATA = doctags/mm-common-libstdc++-uninstalled.pc
 
-dist_noinst_SCRIPTS = autogen.sh skeletonmm/autogen.sh
-
-dist_noinst_DATA =							\
+nobase_dist_doc_SCRIPTS = skeletonmm/autogen.sh
+nobase_dist_doc_DATA =							\
+	README								\
 	skeletonmm/.gitignore						\
 	skeletonmm/AUTHORS						\
 	skeletonmm/COPYING						\
@@ -89,6 +89,8 @@ dist_noinst_DATA =							\
 	skeletonmm/skeleton/src/skeleton_extra.defs			\
 	skeletonmm/skeleton/src/skeleton_method.defs
 
+dist_noinst_SCRIPTS = autogen.sh
+
 MAINTAINERCLEANFILES = $(dist_doctags_DATA)
 
 # Remote location of the GNU libstdc++ Doxygen tag file.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]