Skip to content
Snippets Groups Projects
Commit ce7033b6 authored by Xavier Beaudouin's avatar Xavier Beaudouin
Browse files

Caudium.net makefile target for Caudium.net website modref templates.

Rev: refdoc/Makefile:1.56
Rev: refdoc/structure/caudium_modref.html:1.1
parent 145204c0
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ testfont binary
/refdoc/Makefile foreign_ident
/refdoc/presentation/tree-split-autodoc.pike foreign_ident
/refdoc/presentation/wiki.pike foreign_ident
/refdoc/structure/caudium_modref.html foreign_ident
/refdoc/structure/modref.xml foreign_ident
/refdoc/structure/onepage.xml foreign_ident
/refdoc/structure/traditional.xml foreign_ident
......
#
# Main Makefile for extracting AutoDoc mk II to XML
#
# $Id: Makefile,v 1.55 2003/04/15 14:46:09 nisse Exp $
# $Id: Makefile,v 1.56 2003/09/27 12:58:46 kiwi Exp $
#
# Henrik Grubbstrm 2001-02-02
#
......@@ -13,6 +13,8 @@ all: modref traditional
pike.ida.liu.se: modref pelix_modref traditional
caudium.net: modref caudium_modref traditional
# These are the actual build targets for making manuals...
modref: $(BUILDDIR)/modref.xml structure/modref.css structure/modref.html \
......@@ -43,6 +45,18 @@ low_pelix_modref:
@mkdir pelix_modref/images
cp $(BUILDDIR)/doc_build/images/* pelix_modref/images
caudium_modref: $(BUILDDIR)/modref.xml structure/caudium_modref.html \
presentation/make_html.pike presentation/tree-split-autodoc.pike
@$(MAKE) PIKE="$(PIKE)" BUILDDIR="$(BUILDDIR)" low_caudium_modref
low_caudium_modref:
rm -rf caudium_modref || /bin/true
@mkdir caudium_modref
@$(PIKE) presentation/tree-split-autodoc.pike \
$(BUILDDIR)/modref.xml structure/caudium_modref.html caudium_modref predef
@mkdir pelix_modref/images
cp $(BUILDDIR)/doc_build/images/* caudium_modref/images
one_page: onepage $(BUILDDIR)/onepage.xml presentation/make_html.pike
@$(MAKE) PIKE="$(PIKE)" BUILDDIR="$(BUILDDIR)" low_one_page
......
<!-- $Id: caudium_modref.html,v 1.1 2003/09/27 12:58:46 kiwi Exp $ -->
<use file="/caudium.tmpl">
<page title="$title$" ecss="caudiumref.css" parent="/developer/pikeref/index.html" showwiki="yes">
<table>
<tr>
<td width='180' valign='top' bgcolor='#f0f0f0'>$navbar$</td>
<td width='520' valign='top'>
<table border="0" width="520" bgcolor="#e0e0e0"
cellpadding="0" cellspacing="4" class='sidebar'>
<tr>
<td valign="middle">
<a href="$prev_url$"><img src="/img/prev.png" hspace="3"
border="0" alt="previous" >$prev_title$</a>
<br>
</td>
<td align="right" valign="middle">
<a href="$next_url$">$next_title$<img src="/img/next.png" hspace="3"
border="0" alt="next" ></a>
<br>
</td>
</tr>
</table>
<h1>$type$ $title$</h1>
$contents$
</td>
</tr>
</table>
</page>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment