diff options
author | Jordi Mallach <jordim@src.gnome.org> | 2004-10-22 05:54:59 +0800 |
---|---|---|
committer | Jordi Mallach <jordim@src.gnome.org> | 2004-10-22 05:54:59 +0800 |
commit | a44e5de97e64e5c31bd21ef6115854c99c3bf15d (patch) | |
tree | 45d01039b02bd0e983a41d5e5722093f564a3278 /doc/Makefile.am | |
parent | 203cb87edb379f1ce020670bd29e69e0d6be8bf8 (diff) | |
download | gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.gz gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.tar.zst gsoc2013-epiphany-a44e5de97e64e5c31bd21ef6115854c99c3bf15d.zip |
Add manpage from Debian.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f3ddc22dd..4b9661e83 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1,6 @@ SUBDIRS = reference + +man_MANS = epiphany.1 + +EXTRA_DIST = \ + $(man_MANS) |