The plugin Makefile.ams install --no-split .html to the same name as
the .info by default. (The .info goes in a shared info/ directory and
thus needs the prefix.)
(string=? "html" (pathname-type (car files)))
(string-prefix? "mit-scheme-"
(pathname-name (car files))))
- (let ((name (string-tail (pathname-name (car files))
- (string-length "mit-scheme-")))
+ (let ((name (pathname-name (car files)))
(title (read-html-title (car files))))
(cons (cons name title) names.titles))
names.titles))