diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-04-20 15:50:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-04-20 15:50:48 +0200 |
commit | 2bc44ddfa84f688599d142563a23e115e733edbe (patch) | |
tree | 646e01868afcabf70b35f67fee7c174f3b3d8b15 /Makefile.am | |
parent | 630a8991a90b08d124222f7a853e2c838996deff (diff) | |
parent | c57fa0add9218711fc5765f177db6ed21b9b362e (diff) | |
download | dabmod-2bc44ddfa84f688599d142563a23e115e733edbe.tar.gz dabmod-2bc44ddfa84f688599d142563a23e115e733edbe.tar.bz2 dabmod-2bc44ddfa84f688599d142563a23e115e733edbe.zip |
Merge manpage into next
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aae5a13..39280fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,3 +174,4 @@ odr_dabmod_SOURCES += \ odr_dabmod_LDADD += $(UHD_LIBS) $(LIMESDR_LIBS) $(ADDITIONAL_UHD_LIBS) endif +man_MANS = man/odr-dabmod.1 |