root/trunk/user2html

Revision 161, 249 bytes (checked in by duncan, 2 years ago)

Updated html guides; Added a Makefile

  • Property svn:executable set to *
Line 
1#!/bin/bash
2#latex2html -html_version 4.1 -split 0 -show_section_numbers user.tex
3latex user &&
4latex user &&
5makeindex user.idx &&
6latex user &&
7rm -r user
8latex2html -init_file guide.latex2html-init user
9rm -r user-guide/*
10cp -p user/* user-guide
Note: See TracBrowser for help on using the browser.