diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-11 17:40:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-11 17:40:52 +0000 |
commit | c5d3710f1ba630cf557389272e49711e6c43c589 (patch) | |
tree | cf83c0426ee4edd72b58d229e59921741442fce0 /mail/balsa/files | |
parent | 569e9c48747d4891f0dba745771db42eab0a4df3 (diff) | |
download | ports-c5d3710f1ba630cf557389272e49711e6c43c589.tar.gz ports-c5d3710f1ba630cf557389272e49711e6c43c589.zip |
Notes
Diffstat (limited to 'mail/balsa/files')
-rw-r--r-- | mail/balsa/files/patch-help_C_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-help_C_Makefile.in b/mail/balsa/files/patch-help_C_Makefile.in new file mode 100644 index 000000000000..490e4c883129 --- /dev/null +++ b/mail/balsa/files/patch-help_C_Makefile.in @@ -0,0 +1,14 @@ +--- help/C/Makefile.in.orig Sun May 11 13:30:24 2003 ++++ help/C/Makefile.in Sun May 11 13:30:34 2003 +@@ -296,11 +296,6 @@ + all: index.html + + index.html: $(SGML_FILES) +- if test "$(HAVE_JW)" = 'yes' ; then \ +- jw -V '%use-id-as-filename%' -o balsa balsa.sgml; \ +- else \ +- db2html -V '%use-id-as-filename%' balsa.sgml; \ +- fi + -cp balsa/index.html index.html || touch index.html + + epsimages: $(MANUAL_IMAGES) |