Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: always include docs/man/xrdp-mkfv1.8.in to dist tarball #3150

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/man/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
if USE_FREETYPE2
MKFV1_MAN = xrdp-mkfv1.8
else
MKFV1_MAN =
endif

man_MANS = \
xrdp-dis.1 \
sesman.ini.5 \
Expand All @@ -15,10 +9,13 @@ man_MANS = \
xrdp-sesadmin.8 \
xrdp-sesman.8 \
xrdp-sesrun.8 \
xrdp-dumpfv1.8 \
$(MKFV1_MAN)
xrdp-dumpfv1.8

EXTRA_DIST = $(man_MANS:=.in)
EXTRA_DIST = xrdp-mkfv1.8.in $(man_MANS:=.in)

if USE_FREETYPE2
man_MANS += xrdp-mkfv1.8
endif

SUBST_VARS = sed \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
Expand Down