diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-09-04 14:04:26 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-09-04 14:04:26 +0200 |
commit | 0f7977d0bbe9e49c7c11aafc5d1fe470a0b070c6 (patch) | |
tree | ef9390a9c4fb6c4436489d3777cfab62aef8c249 /Makefile.am | |
parent | Update translation files. (diff) | |
parent | Add man page. (diff) | |
download | redshift-ng-0f7977d0bbe9e49c7c11aafc5d1fe470a0b070c6.tar.gz redshift-ng-0f7977d0bbe9e49c7c11aafc5d1fe470a0b070c6.tar.bz2 redshift-ng-0f7977d0bbe9e49c7c11aafc5d1fe470a0b070c6.tar.xz |
Merge man page from Andrew Starr-Bochicchio.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 14335fa..a4cd32b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,8 @@ desktopdir = @datadir@/applications desktop_DATA = data/applications/gtk-redshift.desktop endif +# man page +dist_man1_MANS = redshift.1 EXTRA_DIST = \ $(hicolor_icon_DATA) \ |