diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index ae142dba6e6..aca17ce817d 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in | |||
| @@ -111,7 +111,7 @@ EMACSSOURCES= \ | |||
| 111 | 111 | ||
| 112 | ## This seems pointless. The info/ directory exists in both the | 112 | ## This seems pointless. The info/ directory exists in both the |
| 113 | ## repository and the release tarfiles. We do not use any | 113 | ## repository and the release tarfiles. We do not use any |
| 114 | ## equivalent of mkdir -p/mkinstalldirs, so this is not a general | 114 | ## equivalent of mkdir -p/install-sh -d, so this is not a general |
| 115 | ## solution anyway. The second test -d is for parallel builds. | 115 | ## solution anyway. The second test -d is for parallel builds. |
| 116 | mkinfodir = @test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} | 116 | mkinfodir = @test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} |
| 117 | 117 | ||