mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05: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/ssh-dialog.c\
|
||||||
source/script-dialog.c\
|
source/script-dialog.c\
|
||||||
source/history.c\
|
source/history.c\
|
||||||
config/config.c\
|
${top_builddir}/config/config.c\
|
||||||
source/helper.c\
|
source/helper.c\
|
||||||
include/rofi.h\
|
include/rofi.h\
|
||||||
include/run-dialog.h\
|
include/run-dialog.h\
|
||||||
|
@ -64,6 +64,13 @@ markdown_FILES=\
|
||||||
README.html: README.md
|
README.html: README.md
|
||||||
$(md_verbose) markdown $< > $@
|
$(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
|
# Extra DIST
|
||||||
##
|
##
|
||||||
|
@ -80,7 +87,7 @@ EXTRA_DIST=\
|
||||||
# Indent
|
# Indent
|
||||||
##
|
##
|
||||||
|
|
||||||
indent: ${rofi_SOURCES}
|
indent: ${rofi_SOURCES} ${top_srcdir}/config/config.def.c
|
||||||
uncrustify -c ${top_srcdir}/data/uncrustify.cfg --replace $^
|
uncrustify -c ${top_srcdir}/data/uncrustify.cfg --replace $^
|
||||||
|
|
||||||
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
|
update-manpage: ${top_srcdir}/doc/rofi-manpage.markdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue