From 8fc3f955265d747365085f1a1e344522127ade02 Mon Sep 17 00:00:00 2001 From: Oliver Heimlich Date: Fri, 13 Nov 2015 21:36:30 +0100 Subject: [PATCH] Genrate octave-api documentation for website --- client-api/Octave/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client-api/Octave/Makefile b/client-api/Octave/Makefile index 86397e7..1081385 100644 --- a/client-api/Octave/Makefile +++ b/client-api/Octave/Makefile @@ -88,8 +88,13 @@ $(HTML_TARBALL): $(INSTALLED_PACKAGE) --eval "end_try_catch;" @$(OCTAVE) --no-gui --silent \ --eval "pkg load generate_html;" \ - --eval "options = get_html_options ('octave-forge');" \ + --eval "options = get_html_options ('octave');" \ + --eval "options.overview_title = 'VIBes Client API for Octave';" \ + --eval "options.css = '/sylesheets/style.css';" \ + --eval "options.header = 'VIBes Client API for Octave - %title

%title

';" \ + --eval "options.footer = '';" \ --eval "generate_package_html ('$(PACKAGE)', '$(HTML_DIR)', options)" + @mv "$(HTML_DIR)/$(PACKAGE)" "$(HTML_DIR)/octave-api" @tar --create --auto-compress --file "$@" "$(HTML_DIR)" md5: $(RELEASE_TARBALL) $(HTML_TARBALL)