diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 18:41:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 18:41:38 +0000 |
commit | d80717801483b90e59afb6428fce606caf5416bd (patch) | |
tree | 70d447741234c613c1926d6b1148868b8e2dfcbb /doc | |
parent | 209f159867205a6256e0949ff7140ff8e4902d69 (diff) |
Disable doc formatting tools explicitely
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xorg-docs/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/xorg-docs/Makefile.bsd-wrapper b/doc/xorg-docs/Makefile.bsd-wrapper index ffb336c50..c31becb15 100644 --- a/doc/xorg-docs/Makefile.bsd-wrapper +++ b/doc/xorg-docs/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/29 17:18:39 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/10 18:41:37 matthieu Exp $ + +CONFIGURE_ARGS += --without-fop --without-xmlto .include <bsd.xorg.mk> |