equal
deleted
inserted
replaced
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 |