summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-03-17 21:59:52 +0000
committerThomas Bushnell <thomas@gnu.org>1999-03-17 21:59:52 +0000
commit734ae38b98fa79328c2af5efcb46eb6941ccaf0c (patch)
treed1dbe39fe14398b0b3244d47b8cd496c8884cdd1
parentf24e60f1343c74beab961009ea4c545c805858e3 (diff)
1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>
* Makefile (other-subdirs): Add the debian directory.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76df6212..fcf060d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>
+
+ * Makefile (other-subdirs): Add the debian directory.
+
1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
* Makeconf (install): Fix typo in Thomas's last change.
diff --git a/Makefile b/Makefile
index 49398695..0bfdcac8 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ prog-subdirs = auth proc exec init term \
benchmarks fstests
# Other directories
-other-subdirs = hurd doc config release include
+other-subdirs = hurd doc config release include debian
# All the subdirectories together
subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)