branch: externals/gpr-query
commit f46f941e96beec785dc14c0c26a24acb5edd1221
Author: Stephen Leake <stephen_le...@stephe-leake.org>
Commit: Stephen Leake <stephen_le...@stephe-leake.org>

    * ELPA.make (docs): Add html
---
 .gitignore | 2 ++
 ELPA.make  | 7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4eac78d3ce..2f96d82e64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ bin/
 config/
 *.elc
 obj/
+gpr-query.html
+gpr-query.info
diff --git a/ELPA.make b/ELPA.make
index 1476d451dd..4006863f26 100644
--- a/ELPA.make
+++ b/ELPA.make
@@ -1,4 +1,4 @@
-# For compiling gpr-query Ada code in elpa or devel worktree
+4# For compiling gpr-query Ada code in elpa or devel worktree
 
 #export Standard_Common_Build := Debug
 
@@ -6,7 +6,7 @@
 
 all : build byte-compile autoloads docs
 
-docs : gpr-query.info
+docs : gpr-query.info gpr-query.html
 
 build : config/emacs_gpr_query_config.gpr force
        gprbuild -p -j8 emacs_gpr_query.gpr
@@ -37,6 +37,9 @@ autoloads : force
 %.info : %.texi
        makeinfo $< -o $@
 
+%.html : %.texi
+       makeinfo --html --no-split $< -o $@
+
 clean : force
        rm -rf gpr-query.info obj gpr_query$(EXE_EXT)
 

Reply via email to