Makefile
changeset 1082 964519e5a5ac
parent 1060 53526ea61f74
child 1150 dad3fb58f710
equal deleted inserted replaced
1081:37ddc669849c 1082:964519e5a5ac
    57 endif
    57 endif
    58 
    58 
    59 ################################################################
    59 ################################################################
    60 # Proj dirs/files.
    60 # Proj dirs/files.
    61 
    61 
    62 EL_FILES := $(wildcard *-mode.el) debian-doc.el
    62 EL_FILES := $(wildcard *-mode.el) debian-doc.el maven-central.el
    63 
    63 
    64 RST_FILES := $(wildcard *.rst)
    64 RST_FILES := $(wildcard *.rst)
    65 HTML_FILES := $(RST_FILES:.rst=.html)
    65 HTML_FILES := $(RST_FILES:.rst=.html)
    66 
    66 
    67 ################################################################
    67 ################################################################