Changeset be6d47 in git


Ignore:
Timestamp:
Oct 16, 2008, 4:15:35 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
35f951ebca763480d9681e7b3c5b8147b4d76be2
Parents:
b5cd1c8ebd243002677c5e4de3f7b4eec0b79f9f
Message:
*hannes: HTML added


git-svn-id: file:///usr/local/Singular/svn/trunk@11143 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/simple-make

    rb5cd1c8 rbe6d47  
    11#!/bin/sh
     2#
     3# assume texi2dvi, perl in path
     4# cwd=doc
    25#
    36cp examples.doc examples.tex
     
    2326done
    2427sed -e 's/@include plu/@include s-plu/' -e 's/@value{PSUFFIX}/(plural)/g' < plural.tex >s-plural.tex
     28# DVI:
    2529texi2dvi singular.doc
     30# HTML:
     31/bin/rm -rf tmp
     32mkdir tmp
     33perl ./texi2html -init_file t2h_singular.init \
     34  -l2h -short_ext -l2h_tmp tmp -subdir html -prefix simple \
     35  -top_file index.htm  singular.doc
Note: See TracChangeset for help on using the changeset viewer.