diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-31 14:57:59 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 18:22:21 +0200 |
commit | db5ab171995bded490c65ed299c9ff066c41c413 (patch) | |
tree | 1b54ebd19557df7e1a23a6553ab3a022e4c749a5 /doc/Makefile.am | |
parent | 34683e89478962874f64b06e353bb4d6b9f472ae (diff) | |
download | sciteco-db5ab171995bded490c65ed299c9ff066c41c413.tar.gz |
grosciteco: support Unicode (refs #5)
* All manpages are processed with the "utf8" device and with preconv.
Manpage sources can contain Unicode glyphs now.
* grosciteco supports CuXXXX and N commands now
* Lines are drawn with Unicode box characters now.
This works at least with tbl and -Tutf8.
It's probably still too simplistic for pic graphics.
* The topic list at the top of .woman.tec contain byte offsets,
so that we don't need glyphs2bytes conversion when looking up topics.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2c50be0..fac7b1b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -61,7 +61,7 @@ CLEANFILES += $(women_DATA) $@ $< %.intermediate : % sciteco.tmac - @GROFF@ -wall -Z -Tascii -t -man -M@srcdir@ -msciteco $< >$@ + @GROFF@ -wall -Z -Kutf-8 -Tutf8 -t -man -M@srcdir@ -msciteco $< >$@ man_MANS = grosciteco.tes.1 EXTRA_DIST = grosciteco.tes.1.in |