diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 21:40:21 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 21:40:21 +0000 |
commit | a8e25493fcd69bbb57718d21f9a07db0893e6ff2 (patch) | |
tree | e5de5142dc476cd776db8eab5b11489034f4dae0 /textproc/catdoc/files/patch-ac | |
parent | Update to 0.91.4. (diff) |
Update to 0.91.4. The cvs mailing list should note a previous commit
failed due to re-awakening patch-aa, and no mail was sent out informing
of changes to Makefile and files/md5.
PR: 21568
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
Silence by: maintainer (according to PR)
Diffstat (limited to 'textproc/catdoc/files/patch-ac')
-rw-r--r-- | textproc/catdoc/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/catdoc/files/patch-ac b/textproc/catdoc/files/patch-ac new file mode 100644 index 000000000000..56e8db82dcf7 --- /dev/null +++ b/textproc/catdoc/files/patch-ac @@ -0,0 +1,10 @@ +--- ../catdoc/doc/Makefile.in Tue Oct 19 14:50:02 1999 ++++ doc/Makefile.in Fri Sep 8 14:42:09 2000 +@@ -21,6 +21,7 @@ + install: catdoc.1 xls2csv.1 + ../mkinstalldirs $(installroot)$(mandir) + $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext) ++ $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) + # Following rules are primarily for developers use. I doubt that you + # need to rebuild these versions of documentation + distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps |