#!/bin/bash
(
  echo '<html><head><title>The YASEP Instruction Set Manual : '$1' opcode</title><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><link href="../yasep.css" rel="stylesheet" type="text/css"></head><body><a href="../index.html#!ISM/'$1'">Please read this page from the main YASEP interface</a><!--startHTMI-->'
  echo '<div class="header">version 2012-10-</div>'
  echo '<h2><a href="#!doc/opcodes#'$1'">'$1'</a> : </h2>'
  echo
  echo '<p> <i>To be written soon</i>'
  echo '</p>'
) > $1.en.html
(
  echo '<html><head><title>Le manuel du jeu d'\''instructions du YASEP : l'\''opcode '$1'</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../yasep.css" rel="stylesheet" type="text/css"></head><body><a href="../index.html#!ISM/'$1'">Veuillez consulter cette page à partir de l'\''interface principale.</a><!--startHTMI-->'
  echo '<div class="header">version 2012-10-</div>'
  echo '<h2><a href="#!doc/opcodes#'$1'">'$1'</a> : </h2>'
  echo
  echo '<p> <i>Description à venir</i>'
  echo '</p>'
) > $1.fr.html

