From 64479f1458af74e1bcc9e59c9b867cf0cd2f872b Mon Sep 17 00:00:00 2001 From: hal9 Date: Sun, 20 Apr 2003 17:28:05 +0000 Subject: [PATCH] Strip trailing spaces from config-file generation. --- doc/source/GNUmakefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/GNUmakefile.in b/doc/source/GNUmakefile.in index c7dbaf4d..5565963a 100644 --- a/doc/source/GNUmakefile.in +++ b/doc/source/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.7 2002/09/16 06:04:34 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.8 2002/09/26 22:51:16 hal9 Exp $ # # Location: doc/source/Makefile.in # Purpose: Build documentation @@ -344,7 +344,7 @@ config-file: $(DOC_DIR)/doc_version.tmp s/^/# /; /^# #{12,}/ && s/^# #/####/;\ s/^.*$$// if $$hit_option;\ $$hit_option=0;\ - s/^\n//; s/^#\s*-{20,}//;\ + s/^\n//; s/^#\s*-{20,}//; s/ *$$//;\ $$hit_option=1 if s/^#\s+@@//;' $(ROOT)/config.new $(RM) $(ROOT)/*.bak *.tmp tmp.* $(DOC_TMP) @$(ECHO) "****************************************************" @@ -387,6 +387,9 @@ coffee: ############################################################################# # $Log: GNUmakefile.in,v $ +# Revision 1.8 2002/09/26 22:51:16 hal9 +# New user-manual examples in config-file are wrapping now. Add warning. +# # Revision 1.7 2002/09/16 06:04:34 hal9 # Improved $(VERSION) handling, and related cleanups, with minor changes to most # targets. Renamed all dok-* targets to doc-*, and added some backward -- 2.39.2