SHA256
1
0
forked from pool/dos2unix
dos2unix/dos2unix-correct_ending.patch

23 lines
894 B
Diff

diff -rupN dos2unix-5.3.orig//Makefile dos2unix-5.3//Makefile
--- dos2unix-5.3.orig//Makefile 2011-05-21 19:34:56.217828000 +0300
+++ dos2unix-5.3//Makefile 2011-05-21 19:39:38.670827981 +0300
@@ -94,7 +94,7 @@ ifdef ENABLE_NLS
MOFILES = $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
endif
-DOCFILES = $(PACKAGE).txt $(PACKAGE).htm
+DOCFILES = $(PACKAGE).txt $(PACKAGE).html
INSTALL_OBJS_DOC = README.txt NEWS.txt ChangeLog.txt COPYING.txt TODO.txt BUGS.txt $(DOCFILES)
#PODFILES = man/man1/dos2unix.pod $(wildcard man/*/man1/dos2unix.pod)
@@ -293,7 +293,7 @@ $(UNIX2DOS_POT) : unix2dos.c
%.pdf: %.ps
ps2pdf $< $@
-%.htm : man/man1/%.pod
+%.html : man/man1/%.pod
pod2html --title="$(PACKAGE) $(DOS2UNIX_VERSION) - DOS/MAC to UNIX and vice versa text file format converter" $< > $@
install: all
Binary files dos2unix-5.3.orig//.Makefile.swp and dos2unix-5.3//.Makefile.swp differ