# HG changeset patch # User Oleksandr Gavenko # Date 1464780497 -10800 # Node ID 6c408af00436f6f21ecf328e35d4dfb235aa504f # Parent 7409438608794d6229d27338114e588f98de25a2 Remove unused declarations. diff -r 740943860879 -r 6c408af00436 Makefile --- a/Makefile Wed Jun 01 14:26:47 2016 +0300 +++ b/Makefile Wed Jun 01 14:28:17 2016 +0300 @@ -159,14 +159,6 @@ LOGO_DIM := 32x32 48x48 64x64 LOGO_PNG_FILES := $(patsubst %,$(LOGO_NAME)-%.png,$(LOGO_DIM)) -DISTREL_DIR = dist/$(fullpkgname) -DISTSRC_DIR = dist/$(fullpkgname)_src - -DIST_FILES = $(DICTDZ_FILES) $(INDEX_FILES) $(RST_HTML_FILES) $(RST_FILES) - -DISTSRC_HELPER_FILES = Makefile rst.css .dir-locals.el -DISTSRC_FILES = $(C5_FILES) $(RST_FILES) $(DISTSRC_HELPER_FILES) - DISTREL_TARBALLS = dist/$(fullpkgname).tar.gz dist/$(fullpkgname).zip DISTSRC_TARBALLS = dist/$(fullpkgname)_src.tar.gz # dist/$(fullpkgname)_src.zip