diff options
| author | Kenichi Handa | 1997-07-01 07:05:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-01 07:05:03 +0000 |
| commit | c55db078cf3f2518fb9cb961363816e226f24dc0 (patch) | |
| tree | 762488c1076da6b573b4fffa2f5223c806c1d3a1 | |
| parent | 98d4c1d0775ab95d1da1ed4b04da1028af2d5ea3 (diff) | |
| download | emacs-c55db078cf3f2518fb9cb961363816e226f24dc0.tar.gz emacs-c55db078cf3f2518fb9cb961363816e226f24dc0.zip | |
(SUBDIR): Add leim.
(SUBDIR_MAKEFILES): Add leim/Makefile.
(leim/Makefile): New target.
| -rw-r--r-- | Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b58b3cd1aab..2bca691fa1f 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -186,13 +186,14 @@ EMACS = emacs | |||
| 186 | # Subdirectories to make recursively. `lisp' is not included | 186 | # Subdirectories to make recursively. `lisp' is not included |
| 187 | # because the compiled lisp files are part of the distribution | 187 | # because the compiled lisp files are part of the distribution |
| 188 | # and you cannot remake them without installing Emacs first. | 188 | # and you cannot remake them without installing Emacs first. |
| 189 | SUBDIR = lib-src src | 189 | SUBDIR = lib-src src leim |
| 190 | 190 | ||
| 191 | # The makefiles of the directories in $SUBDIR. | 191 | # The makefiles of the directories in $SUBDIR. |
| 192 | SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile | 192 | SUBDIR_MAKEFILES = lib-src/Makefile man/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefile leim/Makefile |
| 193 | 193 | ||
| 194 | # Subdirectories to install, and where they'll go. | 194 | # Subdirectories to install, and where they'll go. |
| 195 | # lib-src's makefile knows how to install it, so we don't do that here. | 195 | # lib-src's makefile knows how to install it, so we don't do that here. |
| 196 | # leim's makefile also knows how to install it, so we don't do that here. | ||
| 196 | # When installing the info files, we need to do special things to | 197 | # When installing the info files, we need to do special things to |
| 197 | # avoid nuking an existing dir file, so we don't do that here; | 198 | # avoid nuking an existing dir file, so we don't do that here; |
| 198 | # instead, we have written out explicit code in the `install' targets. | 199 | # instead, we have written out explicit code in the `install' targets. |
| @@ -252,6 +253,9 @@ oldXMenu/Makefile: oldXMenu/Makefile.in config.status | |||
| 252 | lwlib/Makefile: lwlib/Makefile.in config.status | 253 | lwlib/Makefile: lwlib/Makefile.in config.status |
| 253 | ./config.status | 254 | ./config.status |
| 254 | 255 | ||
| 256 | leim/Makefile: leim/Makefile.in config.status | ||
| 257 | ./config.status | ||
| 258 | |||
| 255 | # ==================== Installation ==================== | 259 | # ==================== Installation ==================== |
| 256 | 260 | ||
| 257 | ## If we let lib-src do its own installation, that means we | 261 | ## If we let lib-src do its own installation, that means we |