git.annexia.org
/
miniexpect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
238a140
)
doc: Use -u (UTF8) flag when generating the man page.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 18 Dec 2016 14:22:23 +0000
(14:22 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 18 Dec 2016 14:22:23 +0000
(14:22 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
98d21eb
..
811742b
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-79,6
+79,7
@@
CLEANFILES += miniexpect.3
miniexpect.3: miniexpect.pod
$(POD2MAN) \
+ -u \
--section 3 \
--release "$(PACKAGE)-$(VERSION)" \
-c "Library functions" \