[Po4a-commits] po4a README.tests,1.4,1.5 Makefile,1.6,1.7
Martin Quinson
po4a-devel@lists.alioth.debian.org
Tue, 17 Aug 2004 23:38:37 +0000
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv30406
Modified Files:
README.tests Makefile
Log Message:
More classical makefile target
Index: README.tests
===================================================================
RCS file: /cvsroot/po4a/po4a/README.tests,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README.tests 8 Aug 2004 17:50:37 -0000 1.4
+++ README.tests 17 Aug 2004 23:38:35 -0000 1.5
@@ -8,7 +8,7 @@
fix them. At least, provide me the detailed result of the test suite. For
that, run the following command:
- make bugreport
+ make check
It will produce a file called 'po4a.log', containing most of the details I
need. Please also report all details you think appropriate.
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile 8 Aug 2004 17:50:37 -0000 1.6
+++ Makefile 17 Aug 2004 23:38:35 -0000 1.7
@@ -16,7 +16,7 @@
stats: Build
@./Build postats
-bugreport:
+check:
script -c 'perl -V;perl Build.PL;./Build clean;./Build test verbose=1' po4a.log
.PHONY: all install clean dist stats bugreport