summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9060a09..cdcd545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ gnumach (2:1.3.99.dfsg.1-1) UNRELEASED; urgency=low
* Remove the stamp file for the -dbg build.
* Cleanup debian/rules file:
- Remove the manual cruft-removal line from the clean target.
+ - Do not try to build the doc/ directory.
-- Guillem Jover <guillem@debian.org> Sun, 15 Oct 2006 20:58:31 +0300
diff --git a/debian/rules b/debian/rules
index 6aad278..d64e944 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,6 @@ build-gnumach: configure
dh_testdir
$(MAKE) -C build
- $(MAKE) -C build/doc
build-gnumach-dbg: configure-dbg
dh_testdir