aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYoni Rabkin <yrk@gnu.org>2016-07-09 12:33:04 -0400
committerYoni Rabkin <yrk@gnu.org>2016-07-09 12:33:04 -0400
commitbec63d3ea62dafc4158c35abdf7e9180419a3f78 (patch)
tree2207af4d3cb90499dec2c3123174134f471276d3 /Makefile
parent56373a1752582edbd0cb9881cf843d9f87cfcf56 (diff)
* Makefile: add .info suffix.
Bug submitted by Alex Vong <alexvong1995@gmail.com>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32b6a7f..4112078 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install:
test -d $(INFODIR) || install -d $(INFODIR)
install -m 644 $(ALLSOURCE) $(SITELISP)
install -m 644 $(ALLCOMPILED) $(SITELISP)
- install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms
+ install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms.info
for p in $(MAN1PAGES) ; do $(GZIP) -9c $$p > $(MAN1DIR)/$$p.gz ; done
if [ -x /usr/bin/ginstall-info ]; then \
$(GINSTALLINFO) $(DOCDIR)emms.info; \