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 *-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 ################################################################ |