diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-23 19:01:54 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-03-27 12:56:02 +0200 |
commit | 3c6e2aa8afd108ab9f2d517ef2e2aab96f68c7ef (patch) | |
tree | 5f1b34c6d6a8f2f063602922e931bc8a8c8bcebc /Makefile.am | |
parent | 137828bbcdff3c60dab21f25e0d2379c04fee6c6 (diff) | |
download | ODR-AudioEnc-3c6e2aa8afd108ab9f2d517ef2e2aab96f68c7ef.tar.gz ODR-AudioEnc-3c6e2aa8afd108ab9f2d517ef2e2aab96f68c7ef.tar.bz2 ODR-AudioEnc-3c6e2aa8afd108ab9f2d517ef2e2aab96f68c7ef.zip |
Add manpage
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c2a1400..e4d2e23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,6 +168,8 @@ EXTRA_DIST = $(top_srcdir)/bootstrap \ $(top_srcdir)/contrib/fec/LICENSE \ $(top_srcdir)/contrib/fec/README.md +man_MANS = $(top_srcdir)/man/odr-audioenc.1 + doc: export PROJECT_NUMBER:=$(shell git describe --dirty) .PHONY: doc |