Makefile
changeset 1209 aa1de5eb3665
parent 1199 dff272add01e
child 1215 c7e52e93465a
equal deleted inserted replaced
1208:e2ce4a60af3e 1209:aa1de5eb3665
    63 endif
    63 endif
    64 
    64 
    65 ################################################################
    65 ################################################################
    66 # Proj dirs/files.
    66 # Proj dirs/files.
    67 
    67 
    68 EL_FILES := $(wildcard *-mode.el) debian-doc.el maven-central.el
    68 EL_FILES := $(wildcard *.el)
    69 
    69 
    70 RST_FILES := $(wildcard *.rst)
    70 RST_FILES := $(wildcard *.rst)
    71 HTML_FILES := $(RST_FILES:.rst=.html)
    71 HTML_FILES := $(RST_FILES:.rst=.html)
    72 
    72 
    73 ################################################################
    73 ################################################################