Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
PATCHES = \
history_pk_prepare.sql
if DBSCHEMA
all: $(PATCHES)
history_pk_prepare.sql: $(top_srcdir)/create/bin/gen_history_pk.pl
$(top_srcdir)/create/bin/gen_history_pk.pl postgresql > $@
clean:
rm -f history_pk_prepare.sql
endif
EXTRA_DIST = $(PATCHES)
.PHONY: all clean
Everything looks good. We'll let you know here if there's anything you should know about.