Skip to content

Commit

Permalink
build-sys: use _DATA to install getopt examples
Browse files Browse the repository at this point in the history
* rename the files to getopt-example.*
* use automake _DATA rather than _SCRIPT

Addresses: #1149
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Oct 6, 2020
1 parent f0a7e15 commit 27114b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc-utils/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ dist_man_MANS += misc-utils/getopt.1
PATHFILES += misc-utils/getopt.1
getopt_SOURCES = misc-utils/getopt.c
getoptexampledir = $(docdir)/getopt/
dist_getoptexample_SCRIPTS = \
misc-utils/getopt-parse.bash \
misc-utils/getopt-parse.tcsh
dist_getoptexample_DATA = \
misc-utils/getopt-example.bash \
misc-utils/getopt-example.tcsh
endif

if BUILD_FINCORE
Expand Down
File renamed without changes.
File renamed without changes.

2 comments on commit 27114b2

@Whissi
Copy link
Contributor

@Whissi Whissi commented on 27114b2 Oct 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karelzak
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: Looks like you still need to rename to content in these files, see
Ah, you're right. Fixed.

Please sign in to comment.