Add doc folder.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 17 Jun 2003 21:00:26 +0000 (21:00 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 17 Jun 2003 21:00:26 +0000 (21:00 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@513 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am
configure.ac
doc/Makefile.am [new file with mode: 0644]

index ec26463..f565550 100644 (file)
@@ -30,7 +30,7 @@ WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = oncrpc shib schemas configs shib-target shar test \
+DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
        mod_shire mod_shibrm siterefresh
 
 dist-hook:
index d40d3c4..7708aa2 100644 (file)
@@ -154,8 +154,8 @@ AC_TRY_LINK(
         ])
 
 # output the underlying makefiles
-WANT_SUBDIRS="shib schemas configs shib-target shar siterefresh test"
-AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile \
+WANT_SUBDIRS="doc shib schemas configs shib-target shar siterefresh test"
+AC_CONFIG_FILES([Makefile doc/Makefile shib/Makefile schemas/Makefile \
                 configs/Makefile oncrpc/Makefile oncrpc/rpc/Makefile \
                 shib-target/Makefile shar/Makefile siterefresh/Makefile \
                 test/Makefile])
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644 (file)
index 0000000..e5ed0c8
--- /dev/null
@@ -0,0 +1,14 @@
+## $Id$ 
+
+AUTOMAKE_OPTIONS = foreign
+
+pkgdocdir = $(prefix)/doc/@PACKAGE@
+pkgdoc_DATA = \
+       CREDITS.txt \
+       INSTALL.txt \
+       LICENSE.txt \
+       NEWS.txt \
+       README.txt \
+       OPENSSL.LICENSE \
+       LOG4CPP.LICENSE \
+       CURL.LICENSE