commit 4774ca645f85dbd3dba8b14bb3dacf07ffb8eb64
parent eb91ad54efab00503698927bdd1758b12769d9c1
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 15 May 2014 13:18:48 +0000
Adding texinfo.nanorc to the packing list.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4892 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,7 +1,8 @@
2014-05-15 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/c.nanorc: Improve the magic regex, plus tweaks.
- * src/color.c (color_update): Adjust comment, and be clear.
+ * src/color.c (color_update): Adjust a comment, and be clearer.
* src/nano.h: Improve two comments, and elide one macro.
+ * doc/syntax/Makefile.am: Add texinfo.nanorc to the packing list.
2014-05-14 Benno Schulenberg <bensberg@justemail.net>
* src/winio.c (edit_draw): Poke a non-breaking space into the last
diff --git a/doc/syntax/Makefile.am b/doc/syntax/Makefile.am
@@ -31,6 +31,7 @@ pkgdata_DATA = asm.nanorc \
spec.nanorc \
tcl.nanorc \
tex.nanorc \
+ texinfo.nanorc \
xml.nanorc
EXTRA_DIST = $(pkgdata_DATA)