summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Fisher <rao@gnu.org>1999-02-07 07:37:49 +0000
committerPaul Fisher <rao@gnu.org>1999-02-07 07:37:49 +0000
commitb0e136555ae64e3db624eca89aebd63bac2939b8 (patch)
tree69812c5f74f00ea963cfb1b10bd4bb42bc992035 /doc
parent93b9cfa39195158dc18017f332bbfb1334d3bbbf (diff)
downloadclasspath-b0e136555ae64e3db624eca89aebd63bac2939b8.tar.gz
Add appropriate copyright footer to autogenerated html from texinfo files.
Diffstat (limited to 'doc')
-rw-r--r--doc/www.gnu.org/Makefile6
-rw-r--r--doc/www.gnu.org/doc/Makefile9
-rw-r--r--doc/www.gnu.org/doc/footer.mhtml28
3 files changed, 32 insertions, 11 deletions
diff --git a/doc/www.gnu.org/Makefile b/doc/www.gnu.org/Makefile
index 026111840..4162fe6ef 100644
--- a/doc/www.gnu.org/Makefile
+++ b/doc/www.gnu.org/Makefile
@@ -1,12 +1,6 @@
%.html : %.mhtml macros.mhtml
mhc $< > $@
-%.html : %.texinfo
- texi2html -monolithic $<;
- mv $@ $@.tmp;
- sed -e 's/<BODY>/<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">/' $@.tmp > $@;
- rm $@.tmp;
-
all : classpath.html status.html doc
.PHONY : clean
diff --git a/doc/www.gnu.org/doc/Makefile b/doc/www.gnu.org/doc/Makefile
index d8013478f..9e5a8e4c0 100644
--- a/doc/www.gnu.org/doc/Makefile
+++ b/doc/www.gnu.org/doc/Makefile
@@ -1,11 +1,10 @@
-%.html : %.mhtml macros.mhtml
+%.html : %.mhtml
mhc $< > $@
-%.html : %.texinfo
+%.mhtml : %.texinfo
texi2html -monolithic $<;
- mv $@ $@.tmp;
- sed -e 's/<BODY>/<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">/' $@.tmp > $@;
- rm $@.tmp;
+ sed -e 's/<BODY>/<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">/' -e 's/<\/BODY>/<include footer.mhtml><footer><\/BODY>/' $(subst .mhtml,.html,$(@)) > $@;
+ rm $(subst .mhtml,.html,$(@));
VPATH = ../..
diff --git a/doc/www.gnu.org/doc/footer.mhtml b/doc/www.gnu.org/doc/footer.mhtml
new file mode 100644
index 000000000..b491213a4
--- /dev/null
+++ b/doc/www.gnu.org/doc/footer.mhtml
@@ -0,0 +1,28 @@
+<define-tag footer>
+<HR>
+
+Return to <A HREF="/home.html">GNU's home page</A>.
+<P>
+
+Please send FSF &amp; GNU inquiries &amp; questions to
+
+<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
+There are also <A HREF="/home.html#ContactInfo">other ways to
+contact</A> the FSF.
+<P>
+
+Please send comments on these web pages to
+
+<A HREF="mailto:webmasters@www.gnu.org"><EM>webmasters@www.gnu.org</EM></A>,
+send other questions to
+<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
+<P>
+Copyright (C) 1999 Free Software Foundation, Inc.,
+59 Temple Place - Suite 330, Boston, MA 02111, USA
+<P>
+Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.<P>
+Updated:
+<date::format-time "DD MON YYYY"> unknown
+<HR>
+</define-tag>