From 26244ed1c56d1fe51c5a086f5ef44b020d8a51a4 Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 18 Jun 2003 05:37:13 +0000 Subject: [PATCH] Added deploy guides. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@519 cb58f699-b61c-0410-a6fe-9272a202ed29 --- Makefile.am | 11 +++++++++++ doc/Makefile.am | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 026bd91..d256b81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,17 @@ EXTRA_DIST = \ configs/rmError.html \ configs/shire.logger \ configs/AAP.xml \ + docs/CREDITS.txt \ + docs/INSTALL.txt \ + docs/LICENSE.txt \ + docs/NEWS.txt \ + docs/README.txt \ + docs/OPENSSL.LICENSE \ + docs/LOG4CPP.LICENSE \ + docs/CURL.LICENSE \ + docs/InQueue.html \ + docs/DEPLOY-GUIDE-ORIGIN.html \ + docs/DEPLOY-GUIDE-TARGET.html \ libtool.m4 \ acx_pthread.m4 \ acx_rpctest.m4 diff --git a/doc/Makefile.am b/doc/Makefile.am index e5ed0c8..7623b98 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,4 +11,7 @@ pkgdoc_DATA = \ README.txt \ OPENSSL.LICENSE \ LOG4CPP.LICENSE \ - CURL.LICENSE + CURL.LICENSE \ + InQueue.html \ + DEPLOY-GUIDE-ORIGIN.html \ + DEPLOY-GUIDE-TARGET.html -- 2.1.4