Skip to content

Commit

Permalink
Move pppgetpass.8 to EXTRA_DIST (#412)
Browse files Browse the repository at this point in the history
automake does not seem to include noinst_*_MANS in the dist tarball.

Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed May 1, 2023
1 parent dbd512d commit ba45e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/pppgetpass/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
noinst_PROGRAMS = pppgetpass.vt
noinst_man8_MANS = pppgetpass.8

pppgetpass_vt_SOURCES = pppgetpass.vt.c
pppgetpass_vt_CPPFLAGS = -Wno-unused-result
Expand All @@ -14,4 +13,5 @@ pppgetpass_gtk_LDADD = $(GLIB_LIBS) $(GTK_LIBS)
endif

EXTRA_DIST = \
pppgetpass.sh
pppgetpass.sh \
pppgetpass.8

0 comments on commit ba45e71

Please sign in to comment.