pkgsrc/math/pari/patches/patch-ap
schmonz 4e6b159cc1 Add a "doc" option (on by default) to control whether the documentation
is rendered and installed. Disabling the option is helpful e.g. for
web servers supporting OpenID logins, where X and TeX aren't present.
Bump PKGREVISION.
2010-03-13 22:16:34 +00:00

13 lines
492 B
Text

$NetBSD: patch-ap,v 1.3 2010/03/13 22:16:34 schmonz Exp $
--- config/TOP_Make.SH.orig 2008-10-23 16:30:37.000000000 +0000
+++ config/TOP_Make.SH
@@ -40,7 +40,7 @@ dft target::
@echo "Available extra tests: test-all $top_test_extra"
all::
- @-cd doc && \$(MAKE) doc
+# @-cd doc && \$(MAKE) doc
@\$(MAKE) gp
gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanobj cleantest install-bin install-doc install-data install-lib-sta install-bin-sta dobench tune::