blob: 53c57d42753424398bea1f9cc45ed5d15bdae67c (
plain) (
tree)
|
|
teo.de> 2013-08-28 14:30:57 +0200
BUILD: use thememan.in instead of Makefile echo' href='/git-repos/torxchat.git/commit/src/htm/Makefile.am?h=fix-ub&id=08fd4f2dd73f198ad12a219fac91f743e3c9c6b6'>08fd4f2d ^
|
|
theme_SCRIPTS = thememan.exe thememan
themedir = $(bindir)
mdtool_verbose = $(mdtool_verbose_$(V))
mdtool_verbose_ = $(mdtool_verbose_$(AM_DEFAULT_VERBOSITY))
mdtool_verbose_0 = @echo " MDTOOL " $@; $(MDTOOL) build $< > /dev/null;
mdtool_verbose_1 = $(MDTOOL) --verbose build $<;
thememan.exe: htm-mono.csproj
$(mdtool_verbose)
clean-local:
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
EXTRA_DIST = thememan.in
|