summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-07-14 01:28:36 -0600
committerEduardo Chappa <chappa@washington.edu>2013-07-14 01:28:36 -0600
commitd0f63f5130c5024bead498ea8a0ebf26d8b72478 (patch)
tree21181cf33aa0d743138e7466e2d652815dd3aaa5 /po
parentb0f119565dcf76eb0ef8926e84736ea532aefdb1 (diff)
downloadalpine-d0f63f5130c5024bead498ea8a0ebf26d8b72478.tar.xz
* Further improvement to justification to deal with quote strings that
only contain spaces (ASCII 32). There is more to do to deal with TABs and non-breaking spaces.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index 3cc398e..7c50c48 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -34,14 +34,14 @@ INSTALL_DATA = ${INSTALL} -m 644
# We use $(mkdir_p).
# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
-# In automake >= 1.10, /usr/bin/mkdir -p is derived from ${MKDIR_P}, which is defined
+# ${SHELL} /media/Alpine/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it.
+# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
# versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh -d
-install_sh = $(SHELL) ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh
-MKDIR_P = /usr/bin/mkdir -p
-mkdir_p = /usr/bin/mkdir -p
+mkinstalldirs = $(SHELL) ${SHELL} /media/Alpine/alpine/alpinegit/install-sh -d
+install_sh = $(SHELL) ${SHELL} /media/Alpine/alpine/alpinegit/install-sh
+MKDIR_P = /bin/mkdir -p
+mkdir_p = /bin/mkdir -p
GMSGFMT_ = /usr/bin/msgfmt
GMSGFMT_no = /usr/bin/msgfmt