diff --git a/changelog b/changelog index 988824a..226a153 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20130522 tpd src/axiom-website/patches.html 20130522.01.tpd.patch +20130522 tpd src/Makefile fix {OUT} bug 20130513 tpd src/axiom-website/patches.html 20130513.01.tpd.patch 20130513 tpd src/interp/util.lisp remove autoload of ht-util 20130513 tpd src/interp/Makefile remove autoload of ht-util diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet index ad6a6cf..a53fd4f 100644 --- a/src/Makefile.pamphlet +++ b/src/Makefile.pamphlet @@ -399,8 +399,8 @@ docdir: ${SRC}/doc/Makefile | ${LTANGLE} ; \ echo '(tangle "${VOL11}" "signatures.txt" "signatures.txt")' \ | ${LTANGLE} ) - @ cp ${BOOKS}/ps/doctitle.png ${OUT}/doctitle.png - @ cp ${BOOKS}/ps/lightbayou.png ${OUT}/lightbayou.png + @ cp ${BOOKS}/ps/doctitle.png ${AXIOM}/doc/hypertex/doctitle.png + @ cp ${BOOKS}/ps/lightbayou.png ${AXIOM}/doc/hypertex/lightbayou.png @(cd doc ; ${ENV} ${MAKE} ) ${SRC}/doc/Makefile: ${SRC}/doc/Makefile.pamphlet diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index dc9e20f..8515bfb 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -4175,6 +4175,8 @@ buglist remove dead items src/share/doc/hypertex/pages/util.ht deleted, unused 20130513.01.tpd.patch books/bookvol5 merge ht-util.lisp +20130522.01.tpd.patch +src/Makefile fix {OUT} bug