Skip to content

Commit

Permalink
fix(build): Inform autotools of the new location for packaged shell s…
Browse files Browse the repository at this point in the history
…cripts
  • Loading branch information
alerque committed Sep 19, 2024
1 parent 0e12ede commit 0d15eb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ include $(top_srcdir)/aminclude.am

CLEANFILES += $(bin_PROGRAMS)

scriptlibdir = $(datadir)/lib
dist_scriptlib_SCRIPTS = \
lib/fontship-entry.zsh \
lib/make-shell.zsh

.PHONY: clean-embedded-assets
clean-embedded-assets:
[[ ! -e .git ]] || $(GIT) clean -dxf assets
Expand Down

0 comments on commit 0d15eb8

Please sign in to comment.