[sawfish] man/Makefile.in: add --no-validate flag for generating NEWS



commit fffb8975a70f3c857e4475a0223692b34c1f1c8b
Author: chrisb <zanghar freenet de>
Date:   Sat Sep 19 13:33:38 2009 +0200

    man/Makefile.in: add --no-validate flag for generating NEWS

 ChangeLog       |    3 +++
 man/Makefile.in |    2 +-
 man/news.texi   |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2875579..6fba334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
 	* man/sawfish.texi: fixed a glitch
 
 	* man/news.texi: updated
+	                 added pxref to Input Focus
+
+	* man/Makefile.in: add --no-validate flag for generating NEWS
 
 	* lisp/sawfish/wm/ext/match-window: make `rename-window' also change (_NET_)WM_ICON_NAME
 
diff --git a/man/Makefile.in b/man/Makefile.in
index 85fdef1..865476e 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -37,7 +37,7 @@ all : sawfish.info ../NEWS ../USERDOC ../FAQ
 	$(MAKEINFO) $(MAKEINFOFLAGS) --no-headers $< -o ../USERDOC
 
 ../NEWS : news.texi
-	$(MAKEINFO) $(MAKEINFOFLAGS) --no-headers $< -o ../NEWS
+	$(MAKEINFO) $(MAKEINFOFLAGS) --no-validate --no-headers $< -o ../NEWS
 
 ../FAQ : faq.texi
 	$(MAKEINFO) $(MAKEINFOFLAGS) --no-validate --no-headers $< -o ../FAQ
diff --git a/man/news.texi b/man/news.texi
index bb485e6..85ac2e7 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -267,7 +267,7 @@ In lisp, replaced hardcoded focus logic by @code{focus-revert}
 function. Previously, action when the focused transient window is
 unmapped was not handled by focus modes, but coded elsewhere. Now
 @code{focus-revert} event is invoked, and passed to focus modes. (For
-detail, Input Focus.) This makes the modes' policy clear, and
+detail, @pxref{Input Focus}.) This makes the modes' policy clear, and
 programmable.
 
 @item cursor warp enhancements. [Christopher Bratusek]



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