Fix doc references.
authorScott Cantor <cantor.2@osu.edu>
Wed, 19 Sep 2007 14:52:32 +0000 (14:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 19 Sep 2007 14:52:32 +0000 (14:52 +0000)
configs/Makefile.am
configs/apache.config.in
configs/apache2.config.in
configs/apache22.config.in

index 8e6cd26..721d94c 100644 (file)
@@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = foreign
 pkglogdir = ${localstatedir}/log/@PACKAGE@
 shirelogdir = ${localstatedir}/log/httpd
 pkgxmldir = $(datadir)/xml/@PACKAGE@
+pkgdocdir = $(datadir)/doc/@PACKAGE@
 varrundir = $(localstatedir)/run
 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
 pkgsysconf_DATA = \
@@ -48,6 +49,7 @@ do-build-file:
            -e 's:@-LIBEXECDIR-@:${libexecdir}:' \
            -e 's:@-PKGSYSCONFDIR-@:${pkgsysconfdir}:' \
            -e 's:@-PKGXMLDIR-@:${pkgxmldir}:' \
+           -e 's:@-PKGDOCDIR-@:${pkgdocdir}:' \
            -e 's:@-PKGLOGDIR-@:${pkglogdir}:' \
            -e 's:@-SHIRELOGDIR-@:${shirelogdir}:' \
            -e 's:@-VARRUNDIR-@:${varrundir}:'
index 14f80f9..fef3728 100644 (file)
@@ -37,8 +37,8 @@ SetHandler shib-handler
 # Used for example logo and style sheet in error templates.
 #
 <IfModule mod_alias.c>
-  Alias /shibboleth-sp/main.css @-PREFIX-@/doc/shibboleth/main.css
-  Alias /shibboleth-sp/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
+  Alias /shibboleth-sp/main.css @-PKGDOCDIR-@/main.css
+  Alias /shibboleth-sp/logo.jpg @-PKGDOCDIR-@/logo.jpg
 </IfModule>
 
 #
index 4a85514..5d691e5 100644 (file)
@@ -24,8 +24,8 @@ ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml
   <Location /shibboleth-sp>
     Allow from all
   </Location>
-  Alias /shibboleth-sp/main.css @-PREFIX-@/doc/shibboleth/main.css
-  Alias /shibboleth-sp/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
+  Alias /shibboleth-sp/main.css @-PKGDOCDIR-@/main.css
+  Alias /shibboleth-sp/logo.jpg @-PKGDOCDIR-@/logo.jpg
 </IfModule>
 
 #
index c7fe6ee..20ec2ca 100644 (file)
@@ -24,8 +24,8 @@ ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml
   <Location /shibboleth-sp>
     Allow from all
   </Location>
-  Alias /shibboleth-sp/main.css @-PREFIX-@/doc/shibboleth/main.css
-  Alias /shibboleth-sp/logo.jpg @-PREFIX-@/doc/shibboleth/logo.jpg
+  Alias /shibboleth-sp/main.css @-PKGDOCDIR-@/main.css
+  Alias /shibboleth-sp/logo.jpg @-PKGDOCDIR-@/logo.jpg
 </IfModule>
 
 #