diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-27 20:41:17 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-27 20:41:17 +0200 |
commit | 8f2849a87119c06fc997b62c6f375d0e2c5896f2 (patch) | |
tree | 2b7f047c5db4b7c6d70ecc9d509d074fc5a98bd0 /thumbnailer/Makefile.am | |
parent | 0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd (diff) | |
download | atril-8f2849a87119c06fc997b62c6f375d0e2c5896f2.tar.bz2 atril-8f2849a87119c06fc997b62c6f375d0e2c5896f2.tar.xz |
thumbnailer: Add manpage
Diffstat (limited to 'thumbnailer/Makefile.am')
-rw-r--r-- | thumbnailer/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index ab59f5c2..a64cbe6a 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = atril-thumbnailer +man_MANS = atril-thumbnailer.1 + atril_thumbnailer_SOURCES = \ atril-thumbnailer.c @@ -38,7 +40,8 @@ atril.thumbnailer: $(thumbnailer_in_files) $< > $@ EXTRA_DIST = \ - $(thumbnailer_in_files) + $(thumbnailer_in_files) \ + $(man_MANS) DISTCLEANFILES = \ $(thumbnailer_DATA) |