diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 01:31:30 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 01:31:30 +0200 |
commit | 0d8add8a3431cfb6b55bc836236e4b3433c8ac27 (patch) | |
tree | 318565ed970b805df7691b9f5407446056770973 | |
parent | 3cabceca09cb2f9c75f8b1a88bf44b0dacef193d (diff) |
Force re-building of user guide on Debian.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 |