X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=36ba021195996dfb74b36e2282440a085fcdca05;hb=51d0023232a7e64477735d5f6e65b9558793f262;hp=3a0692b91ace83363e78aa6cc14bb73a7ab2f9c1;hpb=64d34e549a1b84a1f7c85332b8c6fc6e67b0b78a;p=shibboleth%2Fcpp-sp.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3a0692b..36ba021 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,11 @@ AUTOMAKE_OPTIONS = foreign -pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ +pkgdocdir = $(datadir)/doc/@PACKAGE_NAME@-@PACKAGE_VERSION@ +pkgwebdir = $(datadir)/@PACKAGE_NAME@ install-data-hook: if test -d api ; then \ cp -r api $(DESTDIR)$(pkgdocdir); \ - rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \ fi; docfiles = \ @@ -16,10 +16,12 @@ docfiles = \ RELEASE.txt \ FASTCGI.LICENSE \ OPENSSL.LICENSE \ - LOG4CPP.LICENSE \ - main.css \ - logo.jpg - + LOG4CPP.LICENSE + +webfiles = main.css + pkgdoc_DATA = $(docfiles) -EXTRA_DIST = $(docfiles) api +pkgweb_DATA = $(webfiles) + +EXTRA_DIST = $(docfiles) $(webfiles)