summaryrefslogtreecommitdiff
path: root/www/hypermail/files/patch-docs::Makefile.in
blob: 7a96ffb17f81f7416a1fa308fbfee73c53c93749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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:
+.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)
+	$(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)
+.endif
 
 clean: