Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv19486
Modified Files:
Makefile README.tests
Log Message:
Added the "bugreport" target in the makefile, and update README.tests to
reflect this new option (it was still talking about Makefile.PL)
Index: README.tests
===================================================================
RCS file: /cvsroot/po4a/po4a/README.tests,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.tests 28 Apr 2004 22:02:21 -0000 1.3
+++ README.tests 8 Aug 2004 17:50:37 -0000 1.4
@@ -8,7 +8,7 @@
fix them. At least, provide me the detailed result of the test suite. For
that, run the following command:
- script -c 'perl -V;perl Makefile.PL;make clean test TEST_VERBOSE=1' po4a.log
+ make bugreport
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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 16 Jul 2004 23:16:23 -0000 1.5
+++ Makefile 8 Aug 2004 17:50:37 -0000 1.6
@@ -16,4 +16,7 @@
stats: Build
@./Build postats
-.PHONY: all install clean dist stats
+bugreport:
+ script -c 'perl -V;perl Build.PL;./Build clean;./Build test verbose=1' po4a.log
+
+.PHONY: all install clean dist stats bugreport