#!/bin/sh
#
# Create HTML and PDF output for Haskell Notes
# H. Conrad Cunningham
# Original: 2017-02-10

./maketoc        IntroFP_Haskell
./makeslidy      HistorySlides
./maketoc        TypeClasses
./maketoc        TypeInference
./makechapter -1 00Course
./makechapter  0 01Fundamental556
./makechapter  1 02BasicHaskell556
./makechapter  2 03EvalEff556
./makechapter  3 04Lists556
./makechapter  4 05HigherOrder556
./makechapter  5 06Developing556
./makechapter  6 07MoreLists556
./makechapter  7 08AlgDataTypes556
chmod 644 *.md *.html *.tex *.pdf
rm *.aux *.log *.out *.toc



