diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-05-03 10:42:35 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-05-03 10:42:35 +0000 |
commit | f2b927f93ec3f79ccf13204799c2c5f623bef3d8 (patch) | |
tree | 59d64972a0126e9562c4dfd31b20187c9be0971d /man/makefile.w32-in | |
parent | deae888e00d26ee67beae8ec9ad2b30d31dbcd71 (diff) | |
download | emacs-f2b927f93ec3f79ccf13204799c2c5f623bef3d8.tar.gz |
Use forward slashes in paths.
Diffstat (limited to 'man/makefile.w32-in')
-rw-r--r-- | man/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 4ca90f18dba..87de4d75e1a 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -30,7 +30,7 @@ infodir = $(srcdir)/../info # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo -MULTI_INSTALL_INFO = $(srcdir)\..\nt\multi-install-info.bat +MULTI_INSTALL_INFO = $(srcdir)/../nt/multi-install-info.bat INFO_TARGETS = $(infodir)/emacs $(infodir)/ccmode \ $(infodir)/cl $(infodir)/dired-x \ $(infodir)/ediff $(infodir)/forms \ @@ -60,7 +60,7 @@ INFOSOURCES = info.texi texi2dvi $< TEXI2DVI = texi2dvi -ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ +ENVADD = $(srcdir)/../nt/envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C EMACSSOURCES= \ |