[Pkg-ofed-commits] r361 - in /trunk/howto: Makefile footer.html

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Thu Jul 23 14:32:16 UTC 2009


Author: gmpc-guest
Date: Thu Jul 23 14:32:16 2009
New Revision: 361

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=361
Log:
Makefile to generate html/txt from the sgml

Added:
    trunk/howto/Makefile
    trunk/howto/footer.html

Added: trunk/howto/Makefile
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/howto/Makefile?rev=361&op=file
==============================================================================
--- trunk/howto/Makefile (added)
+++ trunk/howto/Makefile Thu Jul 23 14:32:16 2009
@@ -1,0 +1,6 @@
+all: html txt
+
+html:
+	sgml2html -F footer.html infiniband-howto.sgml
+txt:
+	sgml2txt infiniband-howto.sgml

Added: trunk/howto/footer.html
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/howto/footer.html?rev=361&op=file
==============================================================================
--- trunk/howto/footer.html (added)
+++ trunk/howto/footer.html Thu Jul 23 14:32:16 2009
@@ -1,0 +1,11 @@
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-9207539-2");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>




More information about the Pkg-ofed-commits mailing list