projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c8b8f
)
Run makeinfo in an English locale.
author
Bruno Haible
<bruno@clisp.org>
Tue, 26 Aug 2008 06:42:59 +0000
(08:42 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 26 Aug 2008 06:42:59 +0000
(08:42 +0200)
ChangeLog
patch
|
blob
|
history
doc/Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 5c45b747ee7b521c9bd29ef483978804767e1466..365531ea4f84d34285b54d304adf885e87097644 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-08-26 Bruno Haible <bruno@clisp.org>
+
+ Run makeinfo in an English locale.
+ * doc/Makefile (MAKEINFO): New variable.
+
2008-08-26 Bruno Haible <bruno@clisp.org>
* doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
diff --git
a/doc/Makefile
b/doc/Makefile
index 750ff4dd7897cdcc0439a3da796411dfaf2f8952..7270a5b79616288be627f738a0d4f43a51e3d4bb 100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-7,6
+7,7
@@
doc = gnulib
+MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
TEXI2HTML = $(MAKEINFO) --no-split --reference-limit=2000 --html
%.html: %.texi
$(TEXI2HTML) -o $@ $<