diff -r f02b84458bf7 -r 582373e0fdee components/docbook/sgml-common/patches/sgml-common-05-docdir.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/docbook/sgml-common/patches/sgml-common-05-docdir.patch Mon Oct 03 13:19:13 2016 -0700 @@ -0,0 +1,14 @@ +# Existing set of patches from the desktop gate +# Can be potentially sent upstream + +--- sgml-common-0.6.3/configure.in.docdir 2002-10-23 12:07:31.000000000 +0100 ++++ sgml-common-0.6.3/configure.in 2002-10-23 12:08:10.000000000 +0100 +@@ -4,6 +4,8 @@ + AM_INIT_AUTOMAKE(sgml-common, 0.6.3) + + docdir='$(prefix)/doc' ++AC_ARG_WITH(docdir, [ -with-docdir=DOCDIR documentation directory], ++ docdir=$withval) + AC_SUBST(docdir) + + dnl Checks for programs.