[beast: 9/17] DOCS: install all html man pages under doc/beast/html/man/



commit 2c425320076f55f6b8f347a87c2f3602c96b6d4c
Author: Tim Janik <timj gnu org>
Date:   Sun Mar 19 22:30:23 2017 +0100

    DOCS: install all html man pages under doc/beast/html/man/
    
    Signed-off-by: Tim Janik <timj gnu org>

 docs/Makefile.am |    3 +--
 docs/main.dox    |   10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 69d987a..cd44b92 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -101,8 +101,7 @@ docs_sed_project_link = -e 's;<div id="projectname">((\w|[+_/~*%^-])+);<div id="
 CLEANFILES += ../docs/error.log
 doxy/html/doc-version: doxy/html $(man1_HTMLS) $(man5_HTMLS)
        $(AM_V_GEN)
-       $(Q) test -z "$(man1_HTMLS)" || { $(MKDIR_P) doxy/html/man1/ && cp $(man1_HTMLS) doxy/html/man1/ ; }
-       $(Q) test -z "$(man5_HTMLS)" || { $(MKDIR_P) doxy/html/man5/ && cp $(man5_HTMLS) doxy/html/man5/ ; }
+       $(Q) test -z "$(man1_HTMLS)$(man5_HTMLS)" || { $(MKDIR_P) doxy/html/man/ && cp $(man1_HTMLS) 
$(man5_HTMLS) doxy/html/man/ ; }
        $(Q) echo "$(PACKAGE)-$(topbuildid)" > $@
 
 # == install docs/doxy/html ==
diff --git a/docs/main.dox b/docs/main.dox
index 0cb7859..684faa7 100644
--- a/docs/main.dox
+++ b/docs/main.dox
@@ -6,11 +6,11 @@
 - <a href="beast-ChangeLog.html"><b>ChangeLog</b></a> - Beast Development ChangeLog
 
 @section manpages Manual Pages
-- <a href="man1/beast.1.html"><b>Beast</b></a> - BSE Equipped Audio Synthesizer and Tracker
-- <a href="man1/bsewavetool.1.html"><b>Bsewavetool</b></a> - A tool for editing the native multisample 
format of Beast and Bse
-- <a href="man5/bse.5.html"><b>BSE</b></a> - Beast Sound Engine (file format)
-- <a href="man1/bsescm.1.html"><b>Bsescm</b></a> - BSE Scheme Shell
-- <a href="man1/sfidl.1.html"><b>Sfidl</b></a> - SFI IDL Compiler
+- <a href="man/beast.1.html"><b>Beast</b></a> - BSE Equipped Audio Synthesizer and Tracker
+- <a href="man/bsewavetool.1.html"><b>Bsewavetool</b></a> - A tool for editing the native multisample format 
of Beast and Bse
+- <a href="man/bse.5.html"><b>BSE</b></a> - Beast Sound Engine (file format)
+- <a href="man/bsescm.1.html"><b>Bsescm</b></a> - BSE Scheme Shell
+- <a href="man/sfidl.1.html"><b>Sfidl</b></a> - SFI IDL Compiler
 
 @section weblinks Online Resources
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]