# - or -
# make -f Makefile.install ubuntu-bionic
# - or -
+# make -f Makefile.install ubuntu-focal
+# - or -
# make -f Makefile.install fedora
#
# ---------------------------------------------------------------------
@make -f $(DIR)/Makefile.debian-jessie
ubuntu-bionic:
@make -f $(DIR)/Makefile.ubuntu-bionic
+ubuntu-focal:
+ @make -f $(DIR)/Makefile.ubuntu-focal
ubuntu-xenial:
@make -f $(DIR)/Makefile.ubuntu-xenial
fedora:
@make -f $(DIR)/Makefile.ubuntu-bionic install_postgres_server
postgres-server-ubuntu-bionic-10:
@make -f $(DIR)/Makefile.ubuntu-bionic install_postgres_server_10
+postgres-server-ubuntu-focal:
+ @make -f $(DIR)/Makefile.ubuntu-focal install_postgres_server
+postgres-server-ubuntu-focal-10:
+ @make -f $(DIR)/Makefile.ubuntu-focal install_postgres_server_10
postgres-server-ubuntu-xenial:
@make -f $(DIR)/Makefile.ubuntu-xenial install_postgres_server
postgres-server-ubuntu-xenial-10:
ubuntu-bionic-developer:
@make -f $(DIR)/Makefile.ubuntu-bionic install_developer
+ubuntu-focal-developer:
+ @make -f $(DIR)/Makefile.ubuntu-focal install_developer
ubuntu-xenial-developer:
@make -f $(DIR)/Makefile.ubuntu-xenial install_developer
debian-buster-developer:
ubuntu-bionic-translator:
@make -f $(DIR)/Makefile.ubuntu-bionic install_translator
+ubuntu-focal-translator:
+ @make -f $(DIR)/Makefile.ubuntu-focal install_translator
ubuntu-xenial-translator:
@make -f $(DIR)/Makefile.ubuntu-xenial install_translator
debian-buster-translator:
ubuntu-bionic-packager:
@make -f $(DIR)/Makefile.ubuntu-bionic install_packager
+ubuntu-focal-packager:
+ @make -f $(DIR)/Makefile.ubuntu-focal install_packager
ubuntu-xenial-packager:
@make -f $(DIR)/Makefile.ubuntu-xenial install_packager
debian-buster-packager: