You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bibletime/bibletime/display-templates/Makefile.am

14 lines
343 B

#TEMPLATES = Default.tmpl Simple.tmpl
templdir = $(top_srcdir)/bibletime/display-templates
TEMPLATES = $(templdir)/*.tmpl
EXTRA_DIST = template-init.cpp create_code.pl names.conf $(TEMPLATES)
all:
perl $(templdir)/create_code.pl $(TEMPLATES)
template-init.cpp:
perl $(templdir)/create_code.pl $(TEMPLATES)
CLEANFILES = template-init.cpp