Browse Source

Add encoding specifier to Russian man page

See GH-341
Tatsuhiro Tsujikawa 10 years ago
parent
commit
c1879586b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/manual-src/ru/Makefile.am

+ 1 - 0
doc/manual-src/ru/Makefile.am

@@ -126,6 +126,7 @@ text:
 
 man:
 	$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
+	sed -i -e '1i .\\" -*- mode: troff; coding: utf-8 -*-' $(BUILDDIR)/man/aria2c.1
 	@echo
 	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."