mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $PostgreSQL: pgsql/contrib/isbn_issn/Makefile,v 1.12 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/isbn_issn
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = isbn_issn
|
|
DATA_built = isbn_issn.sql
|
|
DOCS = README.isbn_issn
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|