summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamesh Nedunchezian <rameshnedunchezian@outlook.com>2021-04-23 13:18:55 +0530
committerRamesh Nedunchezian <rameshnedunchezian@outlook.com>2021-04-24 22:54:13 +0530
commit707d942f281945c83f5024652babd3202d66b8b3 (patch)
treed841a03e2e0c6c37cf3b7438dc31f4bc7bf1fc46 /Makefile
parent785cc834e8c882be3da2a14a2c4a7d9fb5a256bd (diff)
* doc/helm-classes.org: New. Doc for all helm classes and their slots
* doc/{helm.org, helm-manual-1.org}: Re-arrange * doc/Makefile: Add doc/helm-classes.org
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ef3b6b0..68f7d75a 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ TEXI2HTML = makeinfo --html --number-sections --css-ref "https://www.gnu.org/sof
# INSTALL_INFO = ginstall-info # Debian: avoid harmless warning message
INSTALL_INFO = install-info
-ORGFILES := doc/helm-bugs.org doc/helm-devel.org doc/helm-manual-1.org doc/helm-manual.org doc/helm.org
+ORGFILES := doc/helm-bugs.org doc/helm-devel.org doc/helm-manual-1.org doc/helm-manual.org doc/helm.org doc/helm-classes.org
TEXIFILES := $(ORGFILES:.org=.texi)
INFOFILES := $(ORGFILES:.org=.info)
HTMLFILES := $(ORGFILES:.org=.html)