Skip to content

Commit

Permalink
docs: always include docs/man/xrdp-mkfv1.8.in to dist tarball
Browse files Browse the repository at this point in the history
Files included in distribution tarball must always be enumerated,
not be enumerated conditionally.

Resolves:   #3149
(cherry picked from commit e83dcc5)
  • Loading branch information
metalefty committed Jul 8, 2024
1 parent fced000 commit ab383ed
Showing 1 changed file with 6 additions and 9 deletions.
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 @@ -16,10 +10,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

0 comments on commit ab383ed

Please sign in to comment.