PTPi pushed a commit to branch master
in repository groff.

commit 43e7a6096544c4f48ea56e042696d9567db4378b
Author: Peter Schaffter <pe...@schaffter.ca>
Date:   Wed Oct 29 14:56:53 2014 -0400

    Makefile.sub: added KFLAG to run pdfmom with -k flag
    
    Set utf-8 preconv coding tag in examples/typesetting.mom and
    examples/letter.mom
---
 contrib/mom/ChangeLog                |   11 +++++++++--
 contrib/mom/Makefile.sub             |    3 ++-
 contrib/mom/examples/letter.mom      |    2 ++
 contrib/mom/examples/typesetting.mom |    2 ++
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index be8fdd9..f185371 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...@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 020fc9f..5109333 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 ac83e61..a6e19b6 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 b006083..2c497bd 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,

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to