aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 07cd26d4..937c4dd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ bitlbee (3.2.1+otr4-1.1) UNRELEASED; urgency=medium
* Bump standards version to 3.9.5 (no changes).
* Remove obsolete DM-Upload-Allowed header.
* Build with dpkg-flags, for hardening.
+ * Force re-building of user guide on Debian.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 20 Jul 2014 01:19:30 +0200
diff --git a/debian/rules b/debian/rules
index abba6f15..c428fc84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ ifeq ($(BITLBEE_LIBPURPLE),1)
endif
$(MAKE) -C doc
+ $(MAKE) -C doc/user-guide
touch build-stamp