Makefile
changeset 1608 9c9e7f91f4f3
parent 1519 7b320068aa6b
child 1616 06d768ee0fea
equal deleted inserted replaced
1607:dd180a2be151 1608:9c9e7f91f4f3
    63 endif
    63 endif
    64 
    64 
    65 ################################################################
    65 ################################################################
    66 # Proj dirs/files.
    66 # Proj dirs/files.
    67 
    67 
    68 EL_FILES := $(wildcard *.el)
    68 EL_FILES := $(filter-out %.dev.el,$(wildcard *.el))
    69 ELC_FILES := $(EL_FILES:.el=.elc)
    69 ELC_FILES := $(EL_FILES:.el=.elc)
    70 
    70 
    71 RST_FILES := $(wildcard *.rst)
    71 RST_FILES := $(wildcard *.rst)
    72 HTML_FILES := $(RST_FILES:.rst=.html)
    72 HTML_FILES := $(RST_FILES:.rst=.html)
    73 
    73