Blob Blame History Raw
diff -up latex2rtf-2.3.4/Makefile.orig latex2rtf-2.3.4/Makefile
--- latex2rtf-2.3.4/Makefile.orig	2013-11-12 10:41:04.000000000 +0200
+++ latex2rtf-2.3.4/Makefile	2013-11-17 02:03:57.322989898 +0200
@@ -73,7 +73,7 @@ CFGS=cfg/fonts.cfg cfg/direct.cfg cfg/ig
     cfg/ukrainian.cfg cfg/frenchb.cfg cfg/greek.cfg cfg/british.cfg
 
 DOCS= doc/latex2rtf.1   doc/latex2png.1    doc/latex2rtf.texi doc/latex2rtf.pdf \
-      doc/latex2rtf.txt doc/latex2rtf.info doc/latex2rtf.html doc/credits \
+      doc/latex2rtf.txt doc/latex2rtf.info doc/credits \
       doc/copying.txt   doc/Makefile       doc/latex2pn.txt  doc/latex2rt.txt
 
 README= README README.DOS README.Mac README.OS2 README.Solaris README.VMS README.OSX \
@@ -138,7 +138,7 @@ TEST=  \
 	test/enc_ot2.tex             test/keywords.tex       test/bib_natbib4.tex   \
 	test/graphicspath.tex        test/bib_style.tex      test/tikz.tex          \
 	test/tikz2.tex
-	
+
 OBJS=fonts.o direct.o encodings.o commands.o stack.o funct1.o tables.o \
 	chars.o ignore.o cfg.o main.o utils.o parser.o lengths.o counters.o \
 	preamble.o letterformat.o equations.o convert.o xrefs.o definitions.o graphics.o \
@@ -160,7 +160,7 @@ check test: latex2rtf
 	cd test && $(MAKE) clean
 	cd test && $(MAKE)
 	cd test && $(MAKE) check
-	
+
 fullcheck: latex2rtf
 	cd scripts && $(MAKE)
 	cd test && $(MAKE) clean
@@ -217,7 +217,6 @@ install: latex2rtf doc/latex2rtf.1 $(CFG
 	cp -p doc/latex2rtf.1    $(DESTDIR)$(MANDIR)
 	cp -p doc/latex2png.1    $(DESTDIR)$(MANDIR)
 	cp -p $(CFGS)            $(DESTDIR)$(CFGDIR)
-	cp -p doc/latex2rtf.html $(DESTDIR)$(SUPPORTDIR)
 	cp -p doc/latex2rtf.pdf  $(DESTDIR)$(SUPPORTDIR)
 	cp -p doc/latex2rtf.txt  $(DESTDIR)$(SUPPORTDIR)
 	cp -p $(BINARY_NAME)     $(DESTDIR)$(BINDIR)
@@ -249,10 +248,10 @@ realclean: checkdir clean
 appleclean:
 	sudo xattr -r -d com.apple.FinderInfo ../trunk
 	sudo xattr -r -d com.apple.TextEncoding ../trunk
-	
+
 splint:
 	splint -weak $(SRCS) $(HDRS)
-	
+
 .PHONY: all check checkdir clean depend dist doc install install_info realclean latex2rtf uptodate releasedate splint fullcheck
 
 # created using "make depend"