Learn more about cloning repositories
You have read-only access
if DBSCHEMA
DATABASE = sqlite3
schema.sql: $(top_srcdir)/create/src/schema.tmpl $(top_srcdir)/create/bin/gen_schema.pl
$(top_srcdir)/create/bin/gen_schema.pl $(DATABASE) > schema.sql || (rm -rf schema.sql && exit 1)
clean:
rm -f schema.sql
endif
EXTRA_DIST = \
schema.sql
Everything looks good. We'll let you know here if there's anything you should know about.