summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Schaffter <peter@schaffter.ca>2014-10-29 14:56:53 -0400
committerPeter Schaffter <peter@schaffter.ca>2014-10-29 14:56:53 -0400
commit43e7a6096544c4f48ea56e042696d9567db4378b (patch)
treeb6fcbe42e1c2f9558e6c6ef339cfac89a230b86f
parent7a0cceb69a8fa7daec39e7c108544eccff5e25e0 (diff)
downloadgroff-git-43e7a6096544c4f48ea56e042696d9567db4378b.tar.gz
Makefile.sub: added KFLAG to run pdfmom with -k flag
Set utf-8 preconv coding tag in examples/typesetting.mom and examples/letter.mom
-rw-r--r--contrib/mom/ChangeLog11
-rw-r--r--contrib/mom/Makefile.sub3
-rw-r--r--contrib/mom/examples/letter.mom2
-rw-r--r--contrib/mom/examples/typesetting.mom2
4 files changed, 15 insertions, 3 deletions
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index be8fdd9c2..f185371ac 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,13 +1,20 @@
+* Wed Oct 29 2014
+
+ o Makefile.sub: KFLAG to run pdfmom with -k
+
+ o Set utf-8 preconv coding tag in examples/typesetting.mom and
+ examples/letter.mom
+
* Mon Oct 20 2014
- o Changes to caption/label/source quadding strategy.
+ o Changes to caption/label/source quadding strategy.
* Wed Sep 03 2014 Bernd Warken <groff-bernd.warken-72@web.de>
o all files in contrib/mom source: Copying and Emacs setting.
o contrib/mom source/ChangeLog: Repair file. The file runs now in
- Emacs change-log mode.
+ Emacs change-log mode.
* Tue Aug 12 2014
diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index 020fc9fe3..51093332c 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -30,6 +30,7 @@ groff_bin_dirs=\
FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac -M$(srcdir)
+KFLAG=-k
GROFF=\
GROFF_COMMAND_PREFIX= \
@@ -40,7 +41,7 @@ PDFMOM=\
GROFF_COMMAND_PREFIX= \
GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
PDFMOM_BIN_PATH="$(top_builddir)/src/devices/gropdf" \
- $(PDFMOMBIN) $(FFLAG) $(TFLAG)
+ $(PDFMOMBIN) $(FFLAG) $(TFLAG) $(KFLAG)
MAN7=\
groff_mom.n
diff --git a/contrib/mom/examples/letter.mom b/contrib/mom/examples/letter.mom
index ac83e6102..a6e19b638 100644
--- a/contrib/mom/examples/letter.mom
+++ b/contrib/mom/examples/letter.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: troff; coding: utf-8; -*-
+.
\# Copyright (C) 2004-2014 Free Software Foundation, Inc.
\#
\# Copying and distribution of this file, with or without modification,
diff --git a/contrib/mom/examples/typesetting.mom b/contrib/mom/examples/typesetting.mom
index b00608321..2c497bd10 100644
--- a/contrib/mom/examples/typesetting.mom
+++ b/contrib/mom/examples/typesetting.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: troff; coding: utf-8; -*-
+.
\# Copyright (C) 2004-2014 Free Software Foundation, Inc.
\#
\# Copying and distribution of this file, with or without modification,