diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 18:06:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 18:06:00 -0400 |
| commit | 11c1160655f64df8586b7e299a22b9befb4e0ef1 (patch) | |
| tree | 43d5e73c508470fd541522b9d7b03d5c184e799a | |
| parent | d6320b8130fb65b793ee09b031b47b23dc27beef (diff) | |
reorg manpage
| -rw-r--r-- | debian/manpages | 1 | ||||
| -rw-r--r-- | propellor.1 (renamed from debian/propellor.1) | 0 | ||||
| -rw-r--r-- | propellor.cabal | 3 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 00000000..263e13a3 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +propellor.1 diff --git a/debian/propellor.1 b/propellor.1 index 3ee3bf4a..3ee3bf4a 100644 --- a/debian/propellor.1 +++ b/propellor.1 diff --git a/propellor.cabal b/propellor.cabal index c492fb66..9f33dd81 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -18,13 +18,14 @@ Extra-Source-Files: config-simple.hs config-joey.hs config.hs + propellor.1 debian/changelog debian/README.Debian - debian/propellor.1 debian/compat 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 |
