diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 11 |
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) |