summaryrefslogtreecommitdiff
path: root/man/makefile.w32-in
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2004-05-03 10:42:35 +0000
committerJason Rumney <jasonr@gnu.org>2004-05-03 10:42:35 +0000
commitf2b927f93ec3f79ccf13204799c2c5f623bef3d8 (patch)
tree59d64972a0126e9562c4dfd31b20187c9be0971d /man/makefile.w32-in
parentdeae888e00d26ee67beae8ec9ad2b30d31dbcd71 (diff)
downloademacs-f2b927f93ec3f79ccf13204799c2c5f623bef3d8.tar.gz
Use forward slashes in paths.
Diffstat (limited to 'man/makefile.w32-in')
-rw-r--r--man/makefile.w32-in4
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= \