mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
internal default.theme is used if it isn't found anywhere
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@910 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f2a8cab907
commit
6ef409c4d0
3 changed files with 22 additions and 13 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# create default-config.h
|
||||
config.h: default-config.h
|
||||
config.h: default-config.h default-theme.h
|
||||
|
||||
default-config.h: $(srcdir)/config
|
||||
$(srcdir)/file2header.sh $(srcdir)/config > default-config.h
|
||||
$(srcdir)/file2header.sh $(srcdir)/config default_config > default-config.h
|
||||
default-theme.h: $(srcdir)/default.theme
|
||||
$(srcdir)/file2header.sh $(srcdir)/default.theme default_theme > default-theme.h
|
||||
|
||||
if BUILD_PLUGINS
|
||||
PLUGINS=plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue