Skip to content

Commit 2aed25d

Browse files
committed
Fixup forgotten references to haskell-site-file
This was overlooked in e4418c3 (re #156)
1 parent 122b13e commit 2aed25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ $ apt-get install haskell-mode
110110

111111
- Assuming you have placed the basic mode (`haskell-mode.el`) and the other modules
112112
you want to use in the directory ~/lib/emacs/haskell-mode/, you need generate the
113-
autoloads file (`haskell-site-file.el`) by either
113+
autoloads file (`haskell-mode-autoloads.el`) by either
114114

115-
- Invoking `make all` or `make haskell-site-file.el`, or
115+
- Invoking `make all` or `make haskell-mode-autoloads.el`, or
116116

117117
- From inside Emacs, `M-x update-directory-autoloads` and answering the question for
118118
the folder with `~/lib/emacs/haskell-mode/` and the question for the output-file with
119-
`~/lib/emacs/haskell-mode/haskell-site-file.el`
119+
`~/lib/emacs/haskell-mode/haskell-mode-autoloads.el`
120120

121121
and then adding the following command to your init file (`~/.emacs` or `~/.emacs.d/init.el`):
122122

0 commit comments

Comments
 (0)