import
This commit is contained in:
commit
c5d964c617
284 changed files with 125357 additions and 0 deletions
19
dict/Makefile.am
Normal file
19
dict/Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
if BUILDABLE_SJ3DICT
|
||||
|
||||
EXTRA_DIST = visual.dic
|
||||
|
||||
all: sj3main.dic
|
||||
|
||||
sj3main.dic: visual.dic
|
||||
$(top_srcdir)/src/sj3mkdic/sj3mkdic ./visual.dic sj3main.dic > Moutput
|
||||
|
||||
install::
|
||||
($(mkdir_p) $(SJ3DICTDIR); \
|
||||
$(INSTALL_DATA) sj3main.dic $(SJ3DICTDIR); \
|
||||
$(mkdir_p) $(SJ3DICTDIR)/user; \
|
||||
chown $(SJ3OWNER) $(SJ3DICTDIR)/user; \
|
||||
chgrp $(SJ3GROUP) $(SJ3DICTDIR)/user;)
|
||||
|
||||
CLEANFILES = sj3main.dic Moutput
|
||||
|
||||
endif
|
||||
29803
dict/visual.dic
Normal file
29803
dict/visual.dic
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue