Description: ignore test directory
 Upstream tarball seems to have omitted the test directory. Ignore it
 for now.
Author: Chris Lawrence <lawrencc@debian.org>

--- latex2rtf-2.3.10.orig/Makefile
+++ latex2rtf-2.3.10/Makefile
@@ -167,7 +167,7 @@ fullcheck: latex2rtf
 	cd test && $(MAKE) all
 	cd test && $(MAKE) check
 
-checkdir: $(README) $(SRCS) $(HDRS) $(CFGS) $(SCRIPTS) $(TEST) doc/latex2rtf.texi Makefile vms_make.com
+checkdir: $(README) $(SRCS) $(HDRS) $(CFGS) $(SCRIPTS) doc/latex2rtf.texi Makefile vms_make.com
 
 clean: checkdir
 	-$(RM) $(OBJS) core $(BINARY_NAME)
@@ -244,7 +244,7 @@ install-info: doc/latex2rtf.info
 realclean: checkdir clean
 	$(RM) makefile.depend $(L2R_VERSION).tar.gz
 	cd doc && $(MAKE) clean
-	cd test && $(MAKE) clean
+	# cd test && $(MAKE) clean
 
 appleclean:
 	sudo xattr -r -d com.apple.FinderInfo ../trunk
