mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
Make.rules: Process man pages in the C locale.
This commit is contained in:
parent
b601206129
commit
1716f03fae
@ -182,7 +182,7 @@ LINTS = $(C_SRCS:.c=.ln)
|
||||
$(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
|
||||
|
||||
.man.in.man:
|
||||
sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
|
||||
LC_ALL=C sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
|
||||
|
||||
# 'all' target first in case the enclosing Makefile didn't define any target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user