X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-doc.sh;h=76da726d28adbf5f9b7b4331ba04835515c26fe5;hb=f3a2d7fd86f7bb58e9f8ec7f51ec7ebf607e534b;hp=76867e6ba11b79a426ab520b0f98c4f5f536e200;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/doc/make-doc.sh b/doc/make-doc.sh index 76867e6..76da726 100644 --- a/doc/make-doc.sh +++ b/doc/make-doc.sh @@ -1,5 +1,6 @@ #!/bin/sh -rm -f book1.htm -jade -t sgml -ihtml -d sbcl-html.dsl\#html user-manual.sgml -ln -sf book1.htm user-manual.html +. ../find-gnumake.sh +find_gnumake + +(cd ./manual ; $GNUMAKE html)