summaryrefslogtreecommitdiff
path: root/devel/check/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-06-23 07:10:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-06-23 07:10:41 +0000
commit8a7a097674ad8cfa1a29c7ea45fec55046ff289b (patch)
tree3d96cbb0352e1ab73a6bf2e993a1c63fea61f32f /devel/check/patches
parentabde2277308908dc4b29c774c3ef95e0e172be83 (diff)
downloadpkgsrc-8a7a097674ad8cfa1a29c7ea45fec55046ff289b.tar.gz
Always install only HTML format documents instead of LyX format (!).
Bump revision to 1.
Diffstat (limited to 'devel/check/patches')
-rw-r--r--devel/check/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/check/patches/patch-aa b/devel/check/patches/patch-aa
new file mode 100644
index 00000000000..a70b704784a
--- /dev/null
+++ b/devel/check/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2003/06/23 07:10:46 uebayasi Exp $
+
+--- doc/Makefile.in.orig Mon Oct 21 20:30:28 2002
++++ doc/Makefile.in
+@@ -82,10 +82,8 @@ html_docs = tutorial.html tutorial-1.
+
+
+ EXTRA_DIST = $(lyx_docs) $(sgml_docs) $(html_docs)
+-@MAKE_DOC_TRUE@doc_DATA = $(lyx_docs) $(sgml_docs) $(html_docs)
+-@MAKE_DOC_FALSE@doc_DATA = $(lyx_docs)
+-@MAKE_DOC_TRUE@CLEANFILES = $(sgml_docs) $(html_docs) *.*~
+-@MAKE_DOC_FALSE@CLEANFILES = *.*~
++doc_DATA = $(html_docs)
++CLEANFILES = $(html_docs)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =