summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-08-06 12:14:07 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-08-06 12:14:07 +0000
commit71935ea1fa492bc21ec54705b64f4c8c78b9ca19 (patch)
tree2ad6d35943de9dc9ca82fd24d0e13ca620087c93
parent5ae04d7136c600ce3adf47cb251debff36121612 (diff)
downloadmdk-71935ea1fa492bc21ec54705b64f4c8c78b9ca19.tar.gz
mdk-71935ea1fa492bc21ec54705b64f4c8c78b9ca19.tar.bz2
html target removed
-rw-r--r--Makefile.am4
-rw-r--r--doc/Makefile.am11
2 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index b8edcde..cfd46d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,8 +21,4 @@ distclean-local:
docdir = $(top_builddir)/doc
-html:
- echo Making html in $(docdir)
- cd $(docdir) && make html
-
ACLOCAL_AMFLAGS = -I m4
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 72b5318..b2b73f0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -10,7 +10,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# $Id: Makefile.am,v 1.10 2003/06/04 00:03:19 jao Exp $
+# $Id: Makefile.am,v 1.11 2004/08/06 12:14:07 jao Exp $
SUBDIRS = img
SUFFIXES = .html
@@ -21,10 +21,3 @@ mdk_TEXINFOS = mdk_intro.texi mdk_ack.texi mdk_tut.texi mdk_gstart.texi \
mdk_index.texi mdk_gmixvm.texi mdk_install.texi \
mdk_mixguile.texi mdk_copying.texi mdk_findex.texi
-html_docs = mdk.html
-
-.texi.html:
- $(MAKEINFO) --html $<
-
-.PHONY: html
-html: $(html_docs)