Description: ignore test directory here too
 Derp.
Author: Chris Lawrence <lawrencc@debian.org>

--- latex2rtf-2.3.10.orig/Makefile
+++ latex2rtf-2.3.10/Makefile
@@ -157,15 +157,15 @@ main.o: Makefile main.c
 	$(CC) $(CFLAGS) -DCFGDIR=\"$(DESTDIR)$(CFGDIR)\" -c main.c -o main.o
 
 check test: latex2rtf
-	cd test && $(MAKE) clean
-	cd test && $(MAKE)
-	cd test && $(MAKE) check
+	#cd test && $(MAKE) clean
+	#cd test && $(MAKE)
+	#cd test && $(MAKE) check
 	
 fullcheck: latex2rtf
 	cd scripts && $(MAKE)
-	cd test && $(MAKE) clean
-	cd test && $(MAKE) all
-	cd test && $(MAKE) check
+	#cd test && $(MAKE) clean
+	#cd test && $(MAKE) all
+	#cd test && $(MAKE) check
 
 checkdir: $(README) $(SRCS) $(HDRS) $(CFGS) $(SCRIPTS) doc/latex2rtf.texi Makefile vms_make.com
 
