Commit e99afde3 authored by Jondy Zhao's avatar Jondy Zhao

Add documents for windows installer

parent bea593a9
#
# Transfer Doc Book to html
#
# Enter cygwin, be sure doc book installed. Then
#
# $ cd d:/slapos/src/docs
# $ make
#
XSLTPROC=xsltproc
XSLFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl
XSLCHUNKFILE=/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl
XSLTPARA=--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
--stringparam variablelist.term.separator "" \
--stringparam variablelist.term.break.after 1
BASEDIR=--stringparam base.dir ./
doc: using-slapos-in-windows.html
%.html: %.xml
$(XSLTPROC) $(XSLTPARA) --output $@ $(XSLFILE) $<
#$(XSLTPROC) $(XSLTPARA) $(BASEDIR)/$(basename $<)/ $(XSLCHUNKFILE) $<
This diff is collapsed.
......@@ -69,8 +69,8 @@ Source: "opt\git\slapos.package\windows\scripts\slapos-node-config.sh"; DestDir:
Source: "opt\git\slapos.package\windows\scripts\slapos-client-config.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "opt\git\slapos.package\windows\scripts\pre-uninstall.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "src\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "src\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
Source: "opt\git\slapos.package\windows\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "opt\git\slapos.package\windows\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
[Icons]
Name: "{commondesktop}\SlapOS"; Filename: "{app}\cygwin\etc\slapos\desktop\index.html"; WorkingDir: "{app}\cygwin\etc\slapos\desktop"; IconFilename: "{app}\cygwin\etc\slapos\images\slapos.ico";
......
......@@ -63,8 +63,8 @@ Source: "opt\git\slapos.package\windows\scripts\slapos-node-config.sh"; DestDir:
Source: "opt\git\slapos.package\windows\scripts\slapos-client-config.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "opt\git\slapos.package\windows\scripts\pre-uninstall.sh"; DestDir: "{app}\cygwin\etc\slapos\scripts";
Source: "src\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "src\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
Source: "opt\git\slapos.package\windows\docs\using-slapos-in-windows.html"; DestDir: "{app}"; DestName: "user-guide.html";
Source: "opt\git\slapos.package\windows\docs\README.cygwin"; DestDir: "{app}"; DestName: "readme.txt";
[Icons]
Name: "{commondesktop}\SlapOS"; Filename: "{app}\cygwin\etc\slapos\desktop\index.html"; WorkingDir: "{app}\cygwin\etc\slapos\desktop"; IconFilename: "{app}\cygwin\etc\slapos\images\slapos.ico";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment