This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 601e6a332b070286988facdc5a56eafd09960147 (commit)
from 2ccd88ac3e5f00fa3a1f7b98ad4b6da23021336e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 601e6a332b070286988facdc5a56eafd09960147
Author: Ikumi Keita <[email protected]>
Date: Wed Jul 1 01:00:21 2020 +0900
Get rid of gabage in generated texi file
* doc/preview-dtxdoc.pl (MAIN): Add rule to delete dtx comment ^^A.
(): Add coding tag. Update copyright year.
diff --git a/doc/preview-dtxdoc.pl b/doc/preview-dtxdoc.pl
index 62d215d..52d28cb 100755
--- a/doc/preview-dtxdoc.pl
+++ b/doc/preview-dtxdoc.pl
@@ -1,11 +1,12 @@
#!/usr/bin/perl
+# -*- coding: iso-latin-1-unix; -*-
# Autoconverter from preview.dtx to preview-dtxdoc.texi
# Author: Jan-Åke Larsson <[email protected]>
# Maintainer: [email protected]
-# Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2005, 2020 Free Software Foundation, Inc.
# This file is part of AUCTeX.
@@ -53,6 +54,9 @@ MAIN: while (<STDIN>) {
s/^%//;
s/\\%/%/g;
+ # Comment
+ s/\^\^A.*\n//;
+
# Text-substitution macros
s/\@/\@\@/g;
s/\\#/#/g;
-----------------------------------------------------------------------
Summary of changes:
doc/preview-dtxdoc.pl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs