diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-03-02 22:55:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-03-02 22:55:06 +0000 |
commit | c652636b3c673f673736e21c894827b0af43b230 (patch) | |
tree | 0c35f5ba970cbe34e3f436e68e86476ff7ef8044 /www/hypermail/files | |
parent | f4f5873d3b3f1c81bffc870733a860b3303d1ed3 (diff) |
Notes
Diffstat (limited to 'www/hypermail/files')
-rw-r--r-- | www/hypermail/files/patch-docs::Makefile.in | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/www/hypermail/files/patch-docs::Makefile.in b/www/hypermail/files/patch-docs::Makefile.in index 7a96ffb17f81..5d78c465a566 100644 --- a/www/hypermail/files/patch-docs::Makefile.in +++ b/www/hypermail/files/patch-docs::Makefile.in @@ -1,19 +1,20 @@ $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 - +--- docs/Makefile.in.old Sun Feb 2 20:48:59 2003 ++++ docs/Makefile.in Sun Feb 2 20:55:31 2003 +@@ -39,11 +39,15 @@ + $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4 + install.html: +.if !defined(NOPORTDOCS) - @(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) + @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi) ++ @(if [ ! -d $(imagedir) ]; then mkdir -p $(imagedir); fi) + $(INSTALL_PROG) -c -m 0644 hr.yellow.gif $(imagedir) + $(INSTALL_PROG) -c -m 0644 hypermail.gif $(imagedir) + $(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) + $(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir) + $(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir) +.endif - + clean: |