Navigation Menu

Skip to content

Commit

Permalink
Generate pgroonga--XXX.sql from pgroonga.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 31, 2015
1 parent a4e0200 commit ecb1a9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
*.o
*.so
*.tar.gz
*--*.sql
/regression.*
/results/
/packages/source/
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -21,6 +21,10 @@ PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

all: pgroonga--$(EXTENSION_VERSION).sql
pgroonga--$(EXTENSION_VERSION).sql: pgroonga.sql
@cp $< $@

installcheck: results/text/single/contain
installcheck: results/text/single/match
installcheck: results/text/single/and
Expand Down
File renamed without changes.

0 comments on commit ecb1a9f

Please sign in to comment.