Learn more about cloning repositories
You have read-only access
EXTRA_DIST =
if DBSCHEMA
GENSQLFILES = schema.sql
CLEANFILES = $(GENSQLFILES)
EXTRA_DIST += $(GENSQLFILES)
all: $(GENSQLFILES)
schema.sql: $(top_srcdir)/create/src/schema.tmpl $(top_srcdir)/create/bin/gen_schema.pl
$(top_srcdir)/create/bin/gen_schema.pl sqlite3 > $@
endif
Everything looks good. We'll let you know here if there's anything you should know about.