summaryrefslogtreecommitdiffstats
path: root/share/postgresql-setup/Makefile.inc
blob: d202fc629cf692e44e13ba6ea589488f466ca5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
upgrade_config		= %D%/upgrade.conf

rawpkgdatadir = $(datadir)/postgresql-setup
rawpkgdata_DATA = \
	$(upgrade_config)

$(UPGRADE_CONFIG_LIST):
	@echo "  error: config file '$@' does not exist" && false

$(upgrade_config): $(UPGRADE_CONFIG_LIST) $(c_s)
	$(INSTANTIATE_CONV) \
	    && $(config_builder) "$(UPGRADE_CONFIG_LIST)" > $@

GENERATED_FILES += $(upgrade_config)

# vim: ft=automake noet