062c231a3b
-- wv is a library which allows access to Microsoft Word files. It can load and parse the word 2000, 97, 95 and 6 file formats. These are the file formats known internally as Word 9, 8, 7 and 6. Work is underway to support reading earlier formats as well: Word 2 docs are converted to plaintext.
13 lines
639 B
Plaintext
13 lines
639 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/08/11 00:51:32 avsm Exp $
|
|
--- Makefile.in.orig Wed May 23 14:01:15 2001
|
|
+++ Makefile.in Wed May 23 14:02:07 2001
|
|
@@ -466,7 +466,7 @@ install: installdirs all
|
|
$(INSTALL_DATA) $(src_mandir)/wvAbw.1 $(mandir)/man1/
|
|
$(INSTALL_DATA) $(src_mandir)/wvRTF.1 $(mandir)/man1/
|
|
$(RM) -f $(mandir)/man1/wvConvert.1
|
|
- $(LN) -s $(mandir)/man1/wvWare.1 $(mandir)/man1/wvConvert.1
|
|
+ $(LN) -s $(mandir)/man1/wvWare.1 wvConvert.1
|
|
$(INSTALL_DATA) $(src_mandir)/wvMime.1 $(mandir)/man1/
|
|
$(INSTALL_DATA) $(src_mandir)/wvVersion.1 $(mandir)/man1/
|
|
$(INSTALL_DATA) $(src_mandir)/wvSummary.1 $(mandir)/man1/
|