Source: latex2rtf
Version: 2.3.16-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

latex2rtf fails to cross build from source, because make install tries
to relink latex2rtf. Since dh_auto_install does not pass cross compilers
to make, that doesn't go particularly well. The attached patch removes
latex2rtf from .PHONY and makes latex2rtf cross build successfully.
Please consider applying it.

Helmut
--- latex2rtf-2.3.16.orig/Makefile
+++ latex2rtf-2.3.16/Makefile
@@ -253,7 +253,7 @@
 splint:
 	splint -weak $(SRCS) $(HDRS)
 	
-.PHONY: all check checkdir clean depend dist doc install install_info realclean latex2rtf uptodate releasedate splint fullcheck
+.PHONY: all check checkdir clean depend dist doc install install_info realclean uptodate releasedate splint fullcheck
 
 # created using "make depend"
 commands.o: commands.c cfg.h main.h convert.h chars.h fonts.h preamble.h \

Reply via email to