Makefile
changeset 479 6c408af00436
parent 478 740943860879
child 480 4413ccc9e216
equal deleted inserted replaced
478:740943860879 479:6c408af00436
   157 LOGO_NAME := logo
   157 LOGO_NAME := logo
   158 LOGO_SVG := $(LOGO_NAME).svg
   158 LOGO_SVG := $(LOGO_NAME).svg
   159 LOGO_DIM := 32x32 48x48 64x64
   159 LOGO_DIM := 32x32 48x48 64x64
   160 LOGO_PNG_FILES := $(patsubst %,$(LOGO_NAME)-%.png,$(LOGO_DIM))
   160 LOGO_PNG_FILES := $(patsubst %,$(LOGO_NAME)-%.png,$(LOGO_DIM))
   161 
   161 
   162 DISTREL_DIR = dist/$(fullpkgname)
       
   163 DISTSRC_DIR = dist/$(fullpkgname)_src
       
   164 
       
   165 DIST_FILES = $(DICTDZ_FILES) $(INDEX_FILES) $(RST_HTML_FILES) $(RST_FILES)
       
   166 
       
   167 DISTSRC_HELPER_FILES = Makefile rst.css .dir-locals.el
       
   168 DISTSRC_FILES = $(C5_FILES) $(RST_FILES) $(DISTSRC_HELPER_FILES)
       
   169 
       
   170 DISTREL_TARBALLS = dist/$(fullpkgname).tar.gz dist/$(fullpkgname).zip
   162 DISTREL_TARBALLS = dist/$(fullpkgname).tar.gz dist/$(fullpkgname).zip
   171 DISTSRC_TARBALLS = dist/$(fullpkgname)_src.tar.gz # dist/$(fullpkgname)_src.zip
   163 DISTSRC_TARBALLS = dist/$(fullpkgname)_src.tar.gz # dist/$(fullpkgname)_src.zip
   172 
   164 
   173 ################################################################
   165 ################################################################
   174 # Deploy/release targets.
   166 # Deploy/release targets.