blob: a70b704784aa74ee4fa38a4ed2bec5a9bb2fa593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 =
|