X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fresolver.git;a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=94d5b949eba7516e976913e4266e9b1cd46115ab;hp=0000000000000000000000000000000000000000;hb=c8a04029bd704fc787bf953a0c99fd1c0b371e7c;hpb=754d6309bad0a25b5d2d26e63341a4dd2a7d0ca7 diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..94d5b94 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = foreign + +pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ + +docfiles = \ + CREDITS.txt \ + LICENSE.txt \ + NOTICE.txt \ + README.txt \ + LOG4CPP.LICENSE + +pkgdoc_DATA = $(docfiles) + +EXTRA_DIST = $(docfiles)