diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-06 12:14:07 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-06 12:14:07 +0000 |
commit | 625887b224f50b43c44bf840d799f06cf31f66eb (patch) | |
tree | 233bef0c58a06884211490637352f685c5197b56 /doc | |
parent | e6e0bbebac040f78d0d3165f01206f9cc84695a2 (diff) | |
download | mdk-625887b224f50b43c44bf840d799f06cf31f66eb.tar.gz mdk-625887b224f50b43c44bf840d799f06cf31f66eb.tar.bz2 |
html target removed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
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) |