Added deploy guides.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 18 Jun 2003 05:37:13 +0000 (05:37 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 18 Jun 2003 05:37:13 +0000 (05:37 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@519 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am
doc/Makefile.am

index 026bd91..d256b81 100644 (file)
@@ -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
index e5ed0c8..7623b98 100644 (file)
@@ -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