[poppler] test: ChangeLog,1.2,1.3 Makefile,1.2,1.3
Jeff Muizelaar
jrmuizel at freedesktop.org
Sat May 21 09:40:37 PDT 2005
- Previous message: [poppler] test/test-gen: a.pbm, NONE, 1.1 image.inc, NONE,
1.1 image.pl, NONE, 1.1 mask.pl, NONE, 1.1 romedalen.ppm, NONE,
1.1 text.pl, NONE, 1.1
- Next message: [poppler] test/test-gen: image.pl, 1.1, 1.2 mask.pl, 1.1,
1.2 text.pl, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/test
In directory gabe:/tmp/cvs-serv18687
Modified Files:
ChangeLog Makefile
Log Message:
2005-05-21 Jeff Muizelaar <jeff at infidigm.net>
* Makefile:
* test-gen/image.pl:
* test-gen/mask.pl:
* test-gen/text.pl:
use paths relative to test-gen instead of the project root.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/test/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog 21 May 2005 02:51:15 -0000 1.2
+++ ChangeLog 21 May 2005 16:40:35 -0000 1.3
@@ -1,3 +1,11 @@
+2005-05-21 Jeff Muizelaar <jeff at infidigm.net>
+
+ * Makefile:
+ * test-gen/image.pl:
+ * test-gen/mask.pl:
+ * test-gen/text.pl:
+ use paths relative to test-gen instead of the project root.
+
2005-05-20 Jeff Muizelaar <jeff at infidigm.net>
* Makefile:
Index: Makefile
===================================================================
RCS file: /cvs/poppler/test/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 21 May 2005 02:51:15 -0000 1.2
+++ Makefile 21 May 2005 16:40:35 -0000 1.3
@@ -14,4 +14,4 @@
tests: $(PDFS)
$(PDFS): %.pdf: test-gen/%.pl
- ./$< tests/$@
+ cd test-gen && ./$(notdir $<) ../tests/$@
- Previous message: [poppler] test/test-gen: a.pbm, NONE, 1.1 image.inc, NONE,
1.1 image.pl, NONE, 1.1 mask.pl, NONE, 1.1 romedalen.ppm, NONE,
1.1 text.pl, NONE, 1.1
- Next message: [poppler] test/test-gen: image.pl, 1.1, 1.2 mask.pl, 1.1,
1.2 text.pl, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list