latex2rtf (1.9.19-4.2) Makefile

Summary

 Makefile |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

    
download this patch

Patch contents

--- latex2rtf-1.9.19.orig/Makefile
+++ latex2rtf-1.9.19/Makefile
@@ -202,7 +202,7 @@
 	cd doc && $(MAKE) -k
 
 install: latex2rtf doc/latex2rtf.1 $(CFGS) scripts/latex2png
-	cd doc && $(MAKE)
+	#cd doc && $(MAKE)
 	$(MKDIR) $(BIN_INSTALL)
 	$(MKDIR) $(MAN_INSTALL)
 	$(MKDIR) $(CFG_INSTALL)
@@ -211,9 +211,9 @@
 	cp doc/latex2rtf.1    $(MAN_INSTALL)
 	cp doc/latex2png.1    $(MAN_INSTALL)
 	cp $(CFGS)            $(CFG_INSTALL)
-	cp doc/latex2rtf.html $(SUPPORT_INSTALL)
-	cp doc/latex2rtf.pdf  $(SUPPORT_INSTALL)
-	cp doc/latex2rtf.txt  $(SUPPORT_INSTALL)
+	#cp doc/latex2rtf.html $(SUPPORT_INSTALL)
+	#cp doc/latex2rtf.pdf  $(SUPPORT_INSTALL)
+	#cp doc/latex2rtf.txt  $(SUPPORT_INSTALL)
 	@echo "******************************************************************"
 	@echo "*** latex2rtf successfully installed as \"$(BINARY_NAME)\""
 	@echo "*** in directory \"$(BIN_INSTALL)\""