X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2Fmake-am-html;fp=doc%2Fmake-am-html;h=ad8cb0a280b187f62da9d15089f0522d9e5c3fb2;hp=0000000000000000000000000000000000000000;hb=19f700f1c99d2f3dcd8775cc629037312d853ee1;hpb=688c5ee98565a25e77c8618e1957ed3b8eff5a56 diff --git a/doc/make-am-html b/doc/make-am-html new file mode 100755 index 00000000..ad8cb0a2 --- /dev/null +++ b/doc/make-am-html @@ -0,0 +1,30 @@ +#!/bin/sh +cat << 'EOF' + + + + + +Altus Metrum Documentation + + + + +

Altus Metrum Documentation

+EOF + +for i in "$@"; do + echo '

' + grep '' $i | head -1 | sed -e 's/.*<title>//' -e 's;.*;;' + pdf=`basename "$i" .html`.pdf + echo 'html' + echo 'pdf' + echo '

' +done + +cat << 'EOF' + + +EOF