aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-04-01 18:45:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-04-01 18:45:00 +0000
commitfd8f2d49c6dff5b2be10bf1c67332d6e2f6e357c (patch)
tree5ad57ace67301b1cd576d8dc70b6a17ba9503368 /Makefile
parenta3f190996829a77d75e3bb030efcef79f08a6fc6 (diff)
Makefile: Use correct extension in new HTML rule.
darcs-hash:20060401184547-1bfb2-c119fbec8e989ae49dd7081fb2bdf7240026f0c2.gz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 397a322..9e47978 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ emms-auto.el: emms-auto.in $(SOURCE)
%.info: %.texinfo
makeinfo $<
-%.html: %.texi
+%.html: %.texinfo
makeinfo --html --no-split $<
emms-print-metadata: emms-print-metadata.c