Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
bd6cf3f2
Commit
bd6cf3f2
authored
Feb 29, 2016
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Unicode map generation scripts as rule prerequisites
That way, the rules will trigger when the scripts change.
parent
cc074bf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/Makefile
+16
-16
No files found.
src/backend/utils/mb/Unicode/Makefile
View file @
bd6cf3f2
...
@@ -68,29 +68,29 @@ GENERICTEXTS = $(ISO8859TEXTS) $(WINTEXTS) \
...
@@ -68,29 +68,29 @@ GENERICTEXTS = $(ISO8859TEXTS) $(WINTEXTS) \
all
:
$(MAPS)
all
:
$(MAPS)
$(GENERICMAPS)
:
$(GENERICTEXTS)
$(GENERICMAPS)
:
UCS_to_most.pl
$(GENERICTEXTS)
$(PERL)
$
(srcdir)
/UCS_to_most.pl
$(PERL)
$
<
euc_jp_to_utf8.map utf8_to_euc_jp.map
:
JIS0201.TXT JIS0208.TXT JIS0212.TXT
euc_jp_to_utf8.map utf8_to_euc_jp.map
:
UCS_to_EUC_JP.pl
JIS0201.TXT JIS0208.TXT JIS0212.TXT
$(PERL)
$
(srcdir)
/UCS_to_EUC_JP.pl
$(PERL)
$
<
euc_cn_to_utf8.map utf8_to_euc_cn.map
:
GB2312.TXT
euc_cn_to_utf8.map utf8_to_euc_cn.map
:
UCS_to_EUC_CN.pl
GB2312.TXT
$(PERL)
$
(srcdir)
/UCS_to_EUC_CN.pl
$(PERL)
$
<
euc_kr_to_utf8.map utf8_to_euc_kr.map
:
KSX1001.TXT
euc_kr_to_utf8.map utf8_to_euc_kr.map
:
UCS_to_EUC_KR.pl
KSX1001.TXT
$(PERL)
$
(srcdir)
/UCS_to_EUC_KR.pl
$(PERL)
$
<
euc_tw_to_utf8.map utf8_to_euc_tw.map
:
CNS11643.TXT
euc_tw_to_utf8.map utf8_to_euc_tw.map
:
UCS_to_EUC_TW.pl
CNS11643.TXT
$(PERL)
$
(srcdir)
/UCS_to_EUC_TW.pl
$(PERL)
$
<
sjis_to_utf8.map utf8_to_sjis.map
:
CP932.TXT
sjis_to_utf8.map utf8_to_sjis.map
:
UCS_to_SJIS.pl
CP932.TXT
$(PERL)
$
(srcdir)
/UCS_to_SJIS.pl
$(PERL)
$
<
gb18030_to_utf8.map
utf8_to_gb18030.map
:
gb-18030-2000.xml
gb18030_to_utf8.map
utf8_to_gb18030.map
:
UCS_to_GB18030.pl
gb-18030-2000.xml
$(PERL)
$
(srcdir)
/UCS_to_GB18030.pl
$(PERL)
$
<
big5_to_utf8.map
utf8_to_big5.map
:
BIG5.TXT CP950.TXT
big5_to_utf8.map
utf8_to_big5.map
:
UCS_to_BIG5.pl
BIG5.TXT CP950.TXT
$(PERL)
$
(srcdir)
/UCS_to_BIG5.pl
$(PERL)
$
<
distclean
:
clean
distclean
:
clean
rm
-f
$(TEXTS)
rm
-f
$(TEXTS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment