diff options
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index da7976d7457..d50bc8bf8ac 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in @@ -34,7 +34,7 @@ TEXI2DVI = texi2dvi TEXI2PDF = texi2pdf DVIPS = dvips -mkinfodir = @test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} +mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} .SUFFIXES: .dvi .ps .texi |