summary refs log blame commit diff stats
path: root/src/htm/Makefile.am
blob: be564f6d81136dcab6d5b330fd015b25963e8150 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                         

                                                           


                                                                                       
MDTOOL_OPTS = --verbose

theme_SCRIPTS = thememan.exe thememan
themedir = $(bindir)

thememan.exe: htm-mono.csproj
	$(MDTOOL) $(MDTOOL_OPTS) build $<

thememan:
	@echo '#!/bin/sh' > $@
	@echo 'exec mono /usr/bin/thememan.exe "$$@"' >> $@

clean-local:
	rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources