diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-24 19:15:25 +0100 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-24 19:15:25 +0100 |
| commit | c5bf34cc102e85cc1dc9e2687afdbcfdf5f95955 (patch) | |
| tree | 1b38c62cc94e5f001b63b0aa2b9e37567acca836 /debian/rules | |
| parent | bf66fd9161e9dbcbffe8215d72612f3805cf25e1 (diff) | |
debian: Fix the man page installation.
Instead of generating the man page directly into debian/tmp, generate
it to the build-tree instead, and install from there.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index e3e06d8..788bacd 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,7 @@ override_dh_installdocs: override_dh_auto_build: dh_auto_build - install -d debian/tmp/usr/share/man/man3 - rst2man lib/umberlog.rst debian/tmp/usr/share/man/man3/umberlog.3 + rst2man lib/umberlog.rst debian/build-tree/lib/umberlog.3 %: dh $@ --with autoreconf |
