summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c58fb0db..1f2e42ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-26 Bernd Warken
+
+ * Makefile.in (OTHERDIRS, NOMAKEDIRS): Add `chem' bundle.
+
2006-10-26 Werner LEMBERG <wl@gnu.org>
Add `\%^' escape to handle the parameters to a macro as a string
diff --git a/Makefile.in b/Makefile.in
index fa810784..a5026a7e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -589,6 +589,7 @@ OTHERDIRS=\
src/roff/nroff \
doc \
contrib/mm \
+ contrib/chem \
contrib/pic2graph \
contrib/eqn2graph \
contrib/grap2graph \
@@ -606,6 +607,8 @@ EXTRADIRS=\
doc
NOMAKEDIRS=\
arch/djgpp \
+ contrib/chem/examples \
+ contrib/chem/examples/122 \
contrib/groffer/perl \
contrib/groffer/shell \
contrib/hdtbl/examples \