Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c7549e

Browse files
committed
Add PGXN distribution making target to Makefile
1 parente0e8e15 commit4c7549e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ endif
2626

2727
$(EXTENSION)--$(EXTVERSION).sql: setup.sql
2828
cat$^>$@
29+
30+
# Prepare the package for PGXN submission
31+
package: dist dist/$(EXTENSION)-$(EXTVERSION).zip
32+
33+
dist:
34+
mkdir -p dist
35+
36+
dist/$(EXTENSION)-$(EXTVERSION).zip:
37+
git archive --format zip --prefix=$(EXTENSION)-$(EXTVERSION)/ --output$@ master

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp