From acec23527910d41e2fb8ca51c96691a04c68bcaf Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 17 Jun 2003 21:00:26 +0000 Subject: [PATCH] Add doc folder. --- Makefile.am | 2 +- configure.ac | 4 ++-- doc/Makefile.am | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index ec26463..f565550 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: diff --git a/configure.ac b/configure.ac index d40d3c4..7708aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..e5ed0c8 --- /dev/null +++ b/doc/Makefile.am @@ -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 -- 2.1.4