diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:38:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 22:38:13 +0000 |
commit | 9844f1472ec7472f01e5137ed6c3e7f1a3484646 (patch) | |
tree | 0063c6a7a52f44fb4812577432667554a0e66961 /www/hypermail/files/patch-docs::Makefile.in | |
parent | Style police: remove trailing space in WWW tag (diff) |
Update to 2.1.3
Diffstat (limited to 'www/hypermail/files/patch-docs::Makefile.in')
-rw-r--r-- | www/hypermail/files/patch-docs::Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/hypermail/files/patch-docs::Makefile.in b/www/hypermail/files/patch-docs::Makefile.in index 476abd863a4a..7a96ffb17f81 100644 --- a/www/hypermail/files/patch-docs::Makefile.in +++ b/www/hypermail/files/patch-docs::Makefile.in @@ -1,6 +1,8 @@ ---- docs/Makefile.in.orig Sat May 26 14:33:01 2001 -+++ docs/Makefile.in Sat May 26 14:33:40 2001 -@@ -38,11 +38,13 @@ +$FreeBSD$ + +--- docs/Makefile.in.orig Sun May 28 12:43:28 2000 ++++ docs/Makefile.in Tue Nov 20 17:30:25 2001 +@@ -38,11 +38,14 @@ $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4 install.html: @@ -8,7 +10,7 @@ @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi) $(INSTALL_PROG) -c -m 0644 hr.yellow.gif $(htmldir) $(INSTALL_PROG) -c -m 0644 hypermail.gif $(htmldir) -- $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hypermail-faq.html $(htmldir) $(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir) $(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir) |