groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Add preconv(1) Coding Tags to mom example files and autom


From: Peter Schaffter
Subject: [groff] 01/01: Add preconv(1) Coding Tags to mom example files and automake.mom. Add note to INSTALL.REPO to ignore "can't transparently output node at top level" and "can't translate character code n to special character 'c' in transparent throughput" warnings. Fix instructions for building typesetting.mom in mom/examples/README.txt to include -k flag.
Date: Sat, 17 Feb 2018 15:33:27 -0500 (EST)

PTPi pushed a commit to branch master
in repository groff.

commit 6675f5c6834febbe6d93e4b6551d42095ef7e6d1
Author: Peter Schaffter <address@hidden>
Date:   Sat Feb 17 15:28:30 2018 -0500

    Add preconv(1) Coding Tags to mom example files and automake.mom.
    Add note to INSTALL.REPO to ignore "can't transparently output node
      at top level" and "can't translate character code n to special
      character 'c' in transparent throughput" warnings.
    Fix instructions for building typesetting.mom in mom/examples/README.txt
      to include -k flag.
---
 INSTALL.REPO                             | 6 ++++++
 contrib/mom/examples/README.txt          | 8 ++++----
 contrib/mom/examples/letter.mom          | 3 ++-
 contrib/mom/examples/mom-pdf.mom         | 2 ++
 contrib/mom/examples/mon_premier_doc.mom | 2 ++
 contrib/mom/examples/sample_docs.mom     | 2 ++
 contrib/mom/examples/typesetting.mom     | 2 ++
 doc/automake.mom                         | 2 ++
 8 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/INSTALL.REPO b/INSTALL.REPO
index bb285a2..47912b4 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -84,7 +84,13 @@ warning like:
 Just ignore this.  It doesn't occur in the actual versions of
 `autoreconf'.
 
+Troff errors of the types
 
+  can't transparently output node at top level
+    and
+  can't translate character code n to special character 'c' in transparent 
throughput
+
+may safely be ignored.
 
 2. Modification of autotools files
 ----------------------------------
diff --git a/contrib/mom/examples/README.txt b/contrib/mom/examples/README.txt
index b73f052..cb4e157 100644
--- a/contrib/mom/examples/README.txt
+++ b/contrib/mom/examples/README.txt
@@ -1,4 +1,4 @@
-     -*- text -*-
+    -*- mode: text; coding: utf-8; -*-
     Copyright (C) 2004-2017  Free Software Foundation, Inc.
 
     Copying and distribution of this file, with or without modification,
@@ -18,11 +18,11 @@ I haven't included the PDF output because I want to keep 
the mom
 archive as lean as possible.  To view the PDF output, process the
 files with pdfmom(1).
 
-    pdfmom -k letter.mom > letter.pdf
     pdfmom mom-pdf.mom > mom-pdf.pdf
-    pdfmom -k mon_premier_doc.mom > mon_premier_doc.pdf
     pdfmom sample_docs.mom > sample_docs.pdf
-    pdfmom typesetting.mom > typesetting.pdf
+    pdfmom -k letter.mom > letter.pdf
+    pdfmom -k mon_premier_doc.mom > mon_premier_doc.pdf
+    pdfmom -k typesetting.mom > typesetting.pdf
 
 The files themselves
 --------------------
diff --git a/contrib/mom/examples/letter.mom b/contrib/mom/examples/letter.mom
index d680156..59f2a0f 100644
--- a/contrib/mom/examples/letter.mom
+++ b/contrib/mom/examples/letter.mom
@@ -1,4 +1,5 @@
-.
+.\" -*- mode: text; coding: utf-8; -*-
+\#
 \# Copyright (C) 2004-2017  Free Software Foundation, Inc.
 \#
 \# Copying and distribution of this file, with or without modification,
diff --git a/contrib/mom/examples/mom-pdf.mom b/contrib/mom/examples/mom-pdf.mom
index 2b641f6..ecc3777 100644
--- a/contrib/mom/examples/mom-pdf.mom
+++ b/contrib/mom/examples/mom-pdf.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: text; coding: utf-8; -*-
+.\"
 .\" Copyright (C) 2012-2017  Free Software Foundation, Inc.
 .\"
 .\" This file is part of mom, which is part of groff, a free software
diff --git a/contrib/mom/examples/mon_premier_doc.mom 
b/contrib/mom/examples/mon_premier_doc.mom
index 7e10157..3a892e1 100644
--- a/contrib/mom/examples/mon_premier_doc.mom
+++ b/contrib/mom/examples/mon_premier_doc.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: text; coding: utf-8; -*-
+\#
 \# Copyright (C) 2015-2017  Free Software Foundation, Inc.
 \#
 \# Copying and distribution of this file, with or without modification,
diff --git a/contrib/mom/examples/sample_docs.mom 
b/contrib/mom/examples/sample_docs.mom
index 5a0572e..6886825 100644
--- a/contrib/mom/examples/sample_docs.mom
+++ b/contrib/mom/examples/sample_docs.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: text; coding: utf-8; -*-
+\#
 \# Copyright (C) 2004-2017  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 2aa19c0..e0084d8 100644
--- a/contrib/mom/examples/typesetting.mom
+++ b/contrib/mom/examples/typesetting.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: text; coding: utf-8; -*-
+\#
 \# Copyright 2004-2017  Free Software Foundation, Inc.
 \#
 \# Copying and distribution of this file, with or without modification,
diff --git a/doc/automake.mom b/doc/automake.mom
index 5492fb6..634404b 100644
--- a/doc/automake.mom
+++ b/doc/automake.mom
@@ -1,3 +1,5 @@
+.\" -*- mode: text; coding: utf-8; -*-
+.\"
 .\" Copyright ©2014, 2017 Free Software Foundation
 .\" 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
 .\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]