1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Added scripts and profrc.example to dist target

This commit is contained in:
James Booth 2014-08-04 21:08:56 +01:00
parent d8cab42a2a
commit 1809064d29

View File

@ -17,7 +17,7 @@ core_sources = \
src/ui/titlebar.h src/ui/statusbar.h src/ui/inputwin.h \
src/ui/console.c src/ui/notifier.c \
src/ui/windows.c src/ui/windows.h \
src/ui/buffer.c \
src/ui/buffer.c src/ui/buffer.h \
src/command/command.h src/command/command.c src/command/history.c \
src/command/commands.h src/command/commands.c \
src/command/history.h src/tools/parser.c \
@ -99,6 +99,8 @@ otr4_sources = \
themes_sources = themes/*
script_sources = bootstrap.sh configure-debug install-all.sh
man_sources = docs/profanity.1
if BUILD_OTR
@ -129,7 +131,7 @@ tests_testsuite_LDADD = -lcmocka
man_MANS = $(man_sources)
EXTRA_DIST = $(man_sources) $(themes_sources)
EXTRA_DIST = $(man_sources) $(themes_sources) $(script_sources) profrc.example
if INCLUDE_GIT_VERSION
EXTRA_DIST += .git/HEAD .git/index