#!/bin/sh
#
# Create HTML and PDF output for Senior Project
# One argument: Markdown source with no extension
# H. Conrad Cunningham
# Revised: 2018-01-09
#
# course index
./makenotoc csci487
chmod 644 csci487.md csci487.html csci487.tex csci487.pdf
# syllabus
./makenotoc 487syl_sp17
chmod 644 487syl_sp17.md 487syl_sp17.html 487syl_sp17.tex 487syl_sp17.pdf
# schedule
./makenotoc 487schedule
chmod 644 487schedule.md 487schedule.html 487schedule.tex 487schedule.pdf
# assignments
./maketoc 487assignments
chmod 644 487assignments.md 487assignments.html 487assignments.tex 487assignments.pdf
# professional conduct
./makenotoc 487profConduct
chmod 644 487profConduct.md 487profConduct.html 487profConduct.tex 487profConduct.pdf






