summaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
diff options
context:
space:
mode:
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)