diff --git a/changelog b/changelog
index 0251ad9..6221bfb 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090815 tpd src/axiom-website/patches.html 20090815.02.tpd.patch
+20090815 tpd src/interp/Makefile remove debugsys
 20090815 tpd src/axiom-website/patches.html 20090815.01.tpd.patch
 20090815 tpd src/interp/Makefile move cparse.boot to cparse.lisp
 20090815 tpd src/interp/debugsys.lisp change astr.clisp to cparse.lisp
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 8ee4916..2d2f43e 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1788,6 +1788,8 @@ compat.lisp rewrite from boot to lisp<br/>
 compress.lisp rewrite from boot to lisp<br/>
 <a href="patches/20090815.01.tpd.patch">20090815.01.tpd.patch</a>
 cparse.lisp rewrite from boot to lisp<br/>
+<a href="patches/20090815.02.tpd.patch">20090815.02.tpd.patch</a>
+src/interp/Makefile remove debugsys<br/>
 
  </body>
 </html>
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index a28a5e2..7369bfa 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -6665,7 +6665,7 @@ ${OUT}/database.date:
 
 <<environment>>
 
-all: ${SAVESYS} ${DOCFILES} ${DEBUGSYS} spadhelp
+all: ${SAVESYS} ${DOCFILES} spadhelp # ${DEBUGSYS} 
 	@echo 618 finished ${IN}
 
 clean:
