forked from pool/dos2unix
23 lines
861 B
Diff
23 lines
861 B
Diff
|
Index: Makefile
|
||
|
===================================================================
|
||
|
--- Makefile.orig 2011-01-31 22:06:08.000000000 +0100
|
||
|
+++ Makefile 2011-02-03 18:45:16.548761128 +0100
|
||
|
@@ -77,7 +77,7 @@ ifdef ENABLE_NLS
|
||
|
MOFILES = $(DOS2UNIX_MOFILES) $(UNIX2DOS_MOFILES)
|
||
|
endif
|
||
|
|
||
|
-DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).pdf $(PACKAGE).htm
|
||
|
+DOCFILES = $(PACKAGE).txt $(PACKAGE).ps $(PACKAGE).pdf $(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)
|
||
|
@@ -249,7 +249,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
|