diff options
| -rw-r--r-- | debian/manpages | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/debian/manpages b/debian/manpages deleted file mode 100644 index 263e13a3..00000000 --- a/debian/manpages +++ /dev/null @@ -1 +0,0 @@ -propellor.1 diff --git a/debian/rules b/debian/rules index 14e639ca..c553132f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_auto_build: override_dh_installdocs: dh_installdocs doc/README.mdwn override_dh_installman: - dh_installman debian/propellor.1 + dh_installman propellor.1 # Not intended for use by anyone except the author. announcedir: diff --git a/propellor.cabal b/propellor.cabal index 9f33dd81..2e643340 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -25,7 +25,6 @@ Extra-Source-Files: debian/control debian/copyright debian/rules - debian/manpages Synopsis: property-based host configuration management in haskell Description: Propellor enures that the system it's run in satisfies a list of |
