aboutsummaryrefslogtreecommitdiff
path: root/www/hypermail/files/patch-docs__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/hypermail/files/patch-docs__Makefile.in')
-rw-r--r--www/hypermail/files/patch-docs__Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/hypermail/files/patch-docs__Makefile.in b/www/hypermail/files/patch-docs__Makefile.in
new file mode 100644
index 000000000000..23af9a78274a
--- /dev/null
+++ b/www/hypermail/files/patch-docs__Makefile.in
@@ -0,0 +1,20 @@
+--- docs/Makefile.in.orig Thu Apr 10 15:31:21 2003
++++ docs/Makefile.in Thu Jan 8 00:25:29 2004
+@@ -41,7 +41,9 @@
+ $(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4
+
+ install.html:
++.if !defined(NOPORTDOCS)
+ @(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi)
++ @(if [ ! -d $(imagedir) ]; then mkdir -p $(imagedir); fi)
+ $(INSTALL_PROG) -c -m 0644 hr.yellow.png $(htmldir)
+ $(INSTALL_PROG) -c -m 0644 hypermail.png $(htmldir)
+ $(INSTALL_PROG) -c -m 0644 stars.png $(htmldir)
+@@ -50,6 +52,7 @@
+ $(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:
+ clobber: