mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
meson: Install missing example files
Install the example files from contrib/spi/, to match makefiles. Reviewed-by: Tristan Partin <tristan@neon.tech> Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/b018b577-38a2-49c6-8727-adfb577de317@eisentraut.org
This commit is contained in:
@ -7,6 +7,11 @@ contrib_data_args = {
|
||||
'install_dir': contrib_data_dir,
|
||||
}
|
||||
|
||||
contrib_doc_dir = dir_doc_extension
|
||||
contrib_doc_args = {
|
||||
'install_dir': contrib_doc_dir,
|
||||
}
|
||||
|
||||
subdir('adminpack')
|
||||
subdir('amcheck')
|
||||
subdir('auth_delay')
|
||||
|
Reference in New Issue
Block a user