summaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-27 23:12:35 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-03-27 23:12:35 +0000
commit6cf571366aa66ae4654006e98346e9a46ecd14fe (patch)
tree7c72907371ed98bae16d8f4f23ed1e9db9f452b7 /doc/Makefile.am
parentfa19db03d541cd1f38414da7654a523e22dbad69 (diff)
downloadmdk-6cf571366aa66ae4654006e98346e9a46ecd14fe.tar.gz
mdk-6cf571366aa66ae4654006e98346e9a46ecd14fe.tar.bz2
0.3 release
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 42953a8..9640449 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,14 +10,13 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-SUBDIRS = html
+SUBDIRS = img
SUFFIXES = .html
-
info_TEXINFOS = mdk.texi
mdk_TEXINFOS = gpl.texi mdk_intro.texi mdk_tut.texi mdk_gstart.texi \
mdk_mixvm.texi mdk_emixvm.texi mdk_mixasm.texi mdk_bugs.texi \
- mdk_index.texi
+ mdk_index.texi mdk_gmixvm.texi
html_docs = mdk.html
@@ -25,4 +24,4 @@ html_docs = mdk.html
$(MAKEINFO) --html $<
.PHONY: html
-html: version.texi gpl.texi $(html_docs) \ No newline at end of file
+html: $(html_docs)