--- PKGBUILD.orig 2010-05-20 10:05:04.865008801 -0400
+++ PKGBUILD 2010-05-20 09:06:29.970065162 -0400
@@ -26,7 +26,7 @@
install -dm755 ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
install -m644 ${fn}/*.{xml,xsl} ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}/
done
- for fn in eclipse htmlhelp javahelp lib manpages profiling template website xhtml; do
+ for fn in eclipse htmlhelp javahelp lib manpages profiling template website xhtml xhtml-1_1; do
install -dm755 ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}
install -m644 ${fn}/*.xsl ${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}/${fn}/
done