Skip to content
Snippets Groups Projects
Commit 635805eb authored by Justin Kim's avatar Justin Kim
Browse files

Add man pages to deb package


Prepared man pages are packed into `.deb`.

Signed-off-by: default avatarJustin Kim <justin.kim@collabora.com>
Reviewed-by: default avatarGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D5365
parent 821402ba
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,16 @@ DEST = $(DESTDIR)$(mandir)/man1 ...@@ -6,7 +6,16 @@ DEST = $(DESTDIR)$(mandir)/man1
ade_MANS = \ ade_MANS = \
man/ade.1 \ man/ade.1 \
man/ade-sysroot.1 man/ade-build.1 \
man/ade-configure.1 \
man/ade-debug.1 \
man/ade-export.1 \
man/ade-info.1 \
man/ade-install.1 \
man/ade-run.1 \
man/ade-sysroot.1 \
man/ade-uninstall.1 \
$(NULL)
all: all:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment