diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-01 18:45:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-01 18:45:00 +0000 |
commit | fd8f2d49c6dff5b2be10bf1c67332d6e2f6e357c (patch) | |
tree | 5ad57ace67301b1cd576d8dc70b6a17ba9503368 /Makefile | |
parent | a3f190996829a77d75e3bb030efcef79f08a6fc6 (diff) |
Makefile: Use correct extension in new HTML rule.
darcs-hash:20060401184547-1bfb2-c119fbec8e989ae49dd7081fb2bdf7240026f0c2.gz
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |