From 46977f29077521802f0cb6ab3cd4c894b9d4f5f6 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 12 May 2012 22:03:53 +0300 Subject: build: insall README* document using build system Purpose: make distro packager task simpler, more flexible to provide more documentation without changing the packaging script. Remove installation related documents from rpm as package already installed when viewed. +Workaround rpm bug[1]. [1] http://rpm.org/ticket/836 Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth Message-Id: 1336849433-23066-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6536 Signed-off-by: David Sommerseth --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ab3e3d2..7579f72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,9 @@ EXTRA_DIST = \ SUBDIRS = build distro include src sample doc tests dist_doc_DATA = \ + README \ + README.IPv6 \ + README.polarssl \ COPYRIGHT.GPL \ COPYING -- cgit