equal
deleted
inserted
replaced
125 C5_FILES := $(wildcard *.dict-c5) |
125 C5_FILES := $(wildcard *.dict-c5) |
126 DICT_FILES := $(C5_FILES:.dict-c5=.dict) |
126 DICT_FILES := $(C5_FILES:.dict-c5=.dict) |
127 DICTDZ_FILES := $(C5_FILES:.dict-c5=.dict.dz) |
127 DICTDZ_FILES := $(C5_FILES:.dict-c5=.dict.dz) |
128 INDEX_FILES := $(C5_FILES:.dict-c5=.index) |
128 INDEX_FILES := $(C5_FILES:.dict-c5=.index) |
129 |
129 |
130 RST_FILES := $(wildcard *.rst) |
130 RST_FILES := $(sort $(wildcard *.rst) STAT.rst VERSION.rst) |
131 HTML_FILES := $(RST_FILES:.rst=.html) |
131 HTML_FILES := $(RST_FILES:.rst=.html) |
132 |
132 |
133 pkgname = gadict |
133 pkgname = gadict |
134 fullpkgname = $(pkgname)-$(vmajor).$(vminor) |
134 fullpkgname = $(pkgname)-$(vmajor).$(vminor) |
135 |
135 |