Makefile
changeset 132 236e638526a5
parent 128 ca6ceff4941c
child 133 60e2090b7462
equal deleted inserted replaced
131:1bcce07aabf5 132:236e638526a5
   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