diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:13:31 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:13:31 -0700 |
commit | 2e890580fc3f0c02b5611c14111ff3079df70d55 (patch) | |
tree | 861849649387ae2780462d6f6327e8f9686b0070 /debian/rules | |
parent | afda5e684b4c3b02d55436a6ea6bff82cb56d056 (diff) | |
download | infinitytier-2e890580fc3f0c02b5611c14111ff3079df70d55.tar.gz infinitytier-2e890580fc3f0c02b5611c14111ff3079df70d55.zip |
Stop shipping pre-build man pages since it violates Debian arcane rule #134931e+26 and add manpages build target.
Diffstat (limited to 'debian/rules')
-rw-r--r-- | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100644 index 00000000..cbe925d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |