From b903e1f1807b150acb4f26508c0087bb1ea79c39 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 4 Feb 2012 16:46:21 -0500 Subject: [PATCH] Install quickstart.txt and ChangeLog into system doc/ Signed-off-by: Mathieu Desnoyers --- Makefile.am | 2 ++ doc/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7184340a9..831ac9d29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = src \ tests \ include \ doc + +dist_doc_DATA = ChangeLog diff --git a/doc/Makefile.am b/doc/Makefile.am index 9ec9e42b1..ac359426f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,3 @@ -EXTRA_DIST = quickstart.txt session-daemon-model.txt +EXTRA_DIST = session-daemon-model.txt + +dist_doc_DATA = quickstart.txt -- 2.34.1