[Xfce4-commits] <terminal:master> Add not about update-po when not compiling with gen doc.

Nick Schermer noreply at xfce.org
Mon Dec 7 12:30:02 CET 2009


Updating branch refs/heads/master
         to b6a7c89270f0930e8c2131588e7d35e4142c441d (commit)
       from 4fbba4dcc3984c612ed8ffea12ab0e4bd81e4c70 (commit)

commit b6a7c89270f0930e8c2131588e7d35e4142c441d
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Dec 7 12:28:00 2009 +0100

    Add not about update-po when not compiling with gen doc.

 doc/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0e543ba..5462912 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -81,6 +81,11 @@ dist-check-doc: all
 
 else
 
+update-po:
+	@echo "*** You need to compile with --enable-gen-doc in order to update-po"
+	@echo "*** This requires both the xml2po and xsltproc executables"
+	@false
+
 html-build.stamp:
 	@if test ! -d $(srcdir)/html; then \
 		echo; \



More information about the Xfce4-commits mailing list