cvs: php-gtk-doc / Makefile.in configure.in
[email protected] ("Andrei Zmievski") Thu, 04 Jan 2007 21:09:12 -0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsandrei1167944952@cvsserver> |
andrei Thu Jan 4 21:09:12 2007 UTC
Modified files:
/php-gtk-doc Makefile.in configure.in
Log:
Don't worry so much about history.
http://cvs.php.net/viewvc.cgi/php-gtk-doc/Makefile.in?r1=1.32&r2=1.33&diff_format=u
Index: php-gtk-doc/Makefile.in
diff -u php-gtk-doc/Makefile.in:1.32 php-gtk-doc/Makefile.in:1.33
--- php-gtk-doc/Makefile.in:1.32 Thu Jul 27 03:56:47 2006
+++ php-gtk-doc/Makefile.in Thu Jan 4 21:09:12 2007
@@ -14,7 +14,7 @@
# +----------------------------------------------------------------------+
#
-# $Id: Makefile.in,v 1.32 2006/07/27 03:56:47 fernandoc Exp $
+# $Id: Makefile.in,v 1.33 2007/01/04 21:09:12 andrei Exp $
#
#
@@ -134,7 +134,7 @@
@mkdir -p $(BUILD_TEST)
$(XSLTPROC) $(updates) $(SCRIPT_DIR)/testmanual.xml > $(TMP)
@cat $(TMP) | sed -e 's/ \[en\]//;s/\"\"/"$(TS)"/;/php/!d;s/^ *//' > $(BUILD_TEST)/updates-new.php
- @if test -f $(HISTORY)/updates-$(LANG).php; then \
+ @if test $(HISTORY) != "no" -a -f $(HISTORY)/updates-$(LANG).php; then \
cp $(HISTORY)/updates-$(LANG).php $@; \
$(PHP) $(SCRIPT_DIR)/merge_updates.php $(BUILD_TEST)/updates-new.php $@; \
else \
@@ -167,4 +167,4 @@
FORCE:
revcheck.html: FORCE
- $(PHP) -f ./scripts/revcheck.php $(LANG) > revcheck.html
\ No newline at end of file
+ $(PHP) -f ./scripts/revcheck.php $(LANG) > revcheck.html
http://cvs.php.net/viewvc.cgi/php-gtk-doc/configure.in?r1=1.37&r2=1.38&diff_format=u
Index: php-gtk-doc/configure.in
diff -u php-gtk-doc/configure.in:1.37 php-gtk-doc/configure.in:1.38
--- php-gtk-doc/configure.in:1.37 Wed Oct 18 18:15:17 2006
+++ php-gtk-doc/configure.in Thu Jan 4 21:09:12 2007
@@ -14,7 +14,7 @@
# +----------------------------------------------------------------------+
#
-# $Id: configure.in,v 1.37 2006/10/18 18:15:17 sfox Exp $
+# $Id: configure.in,v 1.38 2007/01/04 21:09:12 andrei Exp $
AC_INIT([manual/global.ent])
@@ -109,7 +109,7 @@
fi
done;
else
- AC_MSG_ERROR(path "$withval" does not contain manual source!)
+ HISTORY="no"
fi
],
[HISTORY="no"])