mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 01:02:20 -05:00
BUILD: use thememan.in instead of Makefile echo
This commit is contained in:
parent
8f0d6e85fd
commit
08fd4f2dd7
@ -969,6 +969,7 @@ src/common/dbus/Makefile
|
|||||||
src/fe-text/Makefile
|
src/fe-text/Makefile
|
||||||
src/fe-gtk/Makefile
|
src/fe-gtk/Makefile
|
||||||
src/htm/Makefile
|
src/htm/Makefile
|
||||||
|
src/htm/thememan
|
||||||
src/pixmaps/Makefile
|
src/pixmaps/Makefile
|
||||||
plugins/Makefile
|
plugins/Makefile
|
||||||
plugins/python/Makefile
|
plugins/python/Makefile
|
||||||
|
@ -6,9 +6,7 @@ themedir = $(bindir)
|
|||||||
thememan.exe: htm-mono.csproj
|
thememan.exe: htm-mono.csproj
|
||||||
$(MDTOOL) $(MDTOOL_OPTS) build $<
|
$(MDTOOL) $(MDTOOL_OPTS) build $<
|
||||||
|
|
||||||
thememan:
|
|
||||||
@echo '#!/bin/sh' > $@
|
|
||||||
@echo 'exec mono "$(bindir)/thememan.exe" "$$@"' >> $@
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
||||||
|
|
||||||
|
EXTRA_DIST = thememan.in
|
||||||
|
3
src/htm/thememan.in
Normal file
3
src/htm/thememan.in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec_prefix="@exec_prefix@"
|
||||||
|
exec mono "@bindir@/thememan.exe" "$@"
|
Loading…
Reference in New Issue
Block a user