17 lines
604 B
Text
17 lines
604 B
Text
$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 =
|