mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
parent
f28ac717cd
commit
edfac54433
2 changed files with 9 additions and 2 deletions
11
Makefile.am
11
Makefile.am
|
@ -29,7 +29,7 @@ rofi_SOURCES=\
|
|||
source/ssh-dialog.c\
|
||||
source/script-dialog.c\
|
||||
source/history.c\
|
||||
config/config.c\
|
||||
${top_builddir}/config/config.c\
|
||||
source/helper.c\
|
||||
include/rofi.h\
|
||||
include/run-dialog.h\
|
||||
|
@ -64,6 +64,13 @@ markdown_FILES=\
|
|||
README.html: README.md
|
||||
$(md_verbose) markdown $< > $@
|
||||
|
||||
|
||||
##
|
||||
# config directory
|
||||
##
|
||||
${top_builddir}/config/config.c: | ${top_srcdir}/config/config.def.c
|
||||
install ${top_srcdir}/config/config.def.c $@
|
||||
|
||||
##
|
||||
# Extra DIST
|
||||
##
|
||||
|
@ -80,7 +87,7 @@ EXTRA_DIST=\
|
|||
# Indent
|
||||
##
|
||||
|
||||
indent: ${rofi_SOURCES}
|
||||
indent: ${rofi_SOURCES} ${top_srcdir}/config/config.def.c
|
||||
uncrustify -c ${top_srcdir}/data/uncrustify.cfg --replace $^
|
||||
|
||||
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
|
||||
|
|
Loading…
Reference in a new issue