2011-05-21 19:40:54 +02:00
|
|
|
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
|
- Update to 5.2:
ISO conversion mode supports same DOS code pages as SunOS dos2unix does:
CP437 (US), CP850 (Western European), CP860 (Portuguese),
CP863 (French Canadian), and CP865 (Nordic).
ISO conversion mode supports Windows code page CP1252 (Western).
SunOS compatible options -ascii, -iso, -7, -437, -850, -860, -863, and -865.
Active code page detection for ISO mode.
Fixed ISO conversion of non-breaking space (NBSP).
Treat ASCII Form Feed control characters as valid text.
Update manual pages.
Don't include generated documentation files in Unix source package.
- Suffix for HTML pages is .html not .htm
OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=27
2011-02-03 18:56:34 +01:00
|
|
|
MOFILES = $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
|
|
|
|
endif
|
|
|
|
|
2011-05-21 19:40:54 +02:00
|
|
|
-DOCFILES = $(PACKAGE).txt $(PACKAGE).htm
|
|
|
|
+DOCFILES = $(PACKAGE).txt $(PACKAGE).html
|
- Update to 5.2:
ISO conversion mode supports same DOS code pages as SunOS dos2unix does:
CP437 (US), CP850 (Western European), CP860 (Portuguese),
CP863 (French Canadian), and CP865 (Nordic).
ISO conversion mode supports Windows code page CP1252 (Western).
SunOS compatible options -ascii, -iso, -7, -437, -850, -860, -863, and -865.
Active code page detection for ISO mode.
Fixed ISO conversion of non-breaking space (NBSP).
Treat ASCII Form Feed control characters as valid text.
Update manual pages.
Don't include generated documentation files in Unix source package.
- Suffix for HTML pages is .html not .htm
OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=27
2011-02-03 18:56:34 +01:00
|
|
|
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)
|
2011-05-21 19:40:54 +02:00
|
|
|
@@ -293,7 +293,7 @@ $(UNIX2DOS_POT) : unix2dos.c
|
- Update to 5.2:
ISO conversion mode supports same DOS code pages as SunOS dos2unix does:
CP437 (US), CP850 (Western European), CP860 (Portuguese),
CP863 (French Canadian), and CP865 (Nordic).
ISO conversion mode supports Windows code page CP1252 (Western).
SunOS compatible options -ascii, -iso, -7, -437, -850, -860, -863, and -865.
Active code page detection for ISO mode.
Fixed ISO conversion of non-breaking space (NBSP).
Treat ASCII Form Feed control characters as valid text.
Update manual pages.
Don't include generated documentation files in Unix source package.
- Suffix for HTML pages is .html not .htm
OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=27
2011-02-03 18:56:34 +01:00
|
|
|
%.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
|
2011-05-21 19:40:54 +02:00
|
|
|
Binary files dos2unix-5.3.orig//.Makefile.swp and dos2unix-5.3//.Makefile.swp differ
|