diff --git a/changelog b/changelog index 016acd9..cb8dd8d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20130123 tpd src/axiom-website/patches.html 20130123.03.tpd.patch +20130123 tpd src/Makefile clean up src/algebra properly 20130123 tpd src/axiom-website/patches.html 20130123.02.tpd.patch 20130123 tpd src/doc/Makefile export endpaper as pdf 20130123 tpd src/doc/endpaper fixed format diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet index e48538f..fd029d0 100644 --- a/src/Makefile.pamphlet +++ b/src/Makefile.pamphlet @@ -524,6 +524,9 @@ algebraclean: ${SRC}/algebra/Makefile @echo 32 cleaning ${SRC}/algebra @( cd algebra ; ${ENV} ${MAKE} clean ) @rm -rf ${OBJ}/${SYS}/algebra + @rm -f ${SRC}/algebra/axiom.sty + @rm -f ${SRC}/algebra/*.spad + @rm -f ${SRC}/algebra/bookvol* @rm -f ${SRC}/algebra/Makefile @rm -f ${SRC}/algebra/Makefile.dvi diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index d3fa024..152948e 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -3953,5 +3953,7 @@ src/input/trigtests.input added src/input/tree.regress added 20130123.02.tpd.patch src/doc/endpaper fixed format +20130123.03.tpd.patch +src/Makefile clean up src/algebra properly