forked from pool/dos2unix
ddfde87562
* Spanish tranlation of messages and manual. * File ownership is maintained in old file mode (Unix only). * Dos2unix and Unix2dos share the same language files. * Code cleanup. OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=37
23 lines
787 B
Diff
23 lines
787 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig 2011-08-08 22:27:20.000000000 +0200
|
|
+++ Makefile 2011-08-10 12:42:45.756865674 +0200
|
|
@@ -89,7 +89,7 @@ ifdef ENABLE_NLS
|
|
EOX_POFILES = po/eo-x.po
|
|
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)
|
|
@@ -279,7 +279,7 @@ $(POT) : dos2unix.c unix2dos.c common.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
|