File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
core = client ocr
4
4
5
5
all :
6
- @python docgen.py ` echo $( core) | sed -r \
7
- 's/(\w+)/..\/Units\/MMLCore\/\1.pas/g'` > /dev/null
8
- @make -C sphinx/ html
6
+ # @python docgen.py `echo $(core) | sed -r \
7
+ # 's/(\w+)/..\/Units\/MMLCore\/\1.pas/g'` > /dev/null
8
+ @make -C sphinx/ singlehtml
9
9
10
10
clean :
11
- @rm -f ` echo $( core) | sed -r ' s/(\w+)/sphinx\/\1.rst/g' `
11
+ # @rm -f `echo $(core) | sed -r 's/(\w+)/sphinx\/\1.rst/g'`
12
12
@make -C sphinx/ clean
13
13
14
14
tarball :
15
15
@$(MAKE ) all
16
- @tar cjf doc.tar.bz2 -C sphinx/_build/ html
16
+ # @tar cjf doc.tar.bz2 -C sphinx/_build/ html
Original file line number Diff line number Diff line change
1
+ This is offline documentation shipped with your Simba release.
2
+
3
+ For up-to-date documentation see http://docs.villavu.com
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ Source: "C:\Simba\Extensions\CRov.sex"; DestDir: "{app}\Extensions"; Flags: igno
44
44
Source : " C:\Simba\Extensions\Updater.sei" ; DestDir : " {app} \Extensions" ; Flags : ignoreversion
45
45
Source : " C:\Simba\Includes\mml.simba" ; DestDir : " {app} \Includes" ; Flags : ignoreversion
46
46
47
+ ; Source: "C:\Simba\Doc\sphinx/_build/latex/Simba.pdf"; DestDir: "{app}\Documentation"; Flags: ignoreversion
48
+ Source : " C:\Simba\Doc\sphinx/_build/singlehtml/index.html" ; DestDir : " {app} \Documentation" ; Flags : ignoreversion
49
+
47
50
; Source: "C:\Simba\Fonts\*"; DestDir: "{app}\Fonts"; Flags: ignoreversion recursesubdirs createallsubdirs
48
51
; Source: "C:\Simba\Tests\PS\*"; DestDir:"{app}\Scripts\Tests"; Flags: ignoreversion
49
52
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ ifdef distrib
101
101
# mv ../../Plugins ../../Plugins_bak
102
102
# mkdir -p ../../Plugins
103
103
# cp $(plugins_dir)/$(platform)/* ../../Plugins/
104
- 7z a ../../$(binary).7z $(binary)$(binary_extension) ../../Extensions/ ../../Fonts/ ../../Includes/ ../../Plugins/ ../../Scripts
104
+ 7z a ../../$(binary).7z $(binary)$(binary_extension) ../../Extensions/ ../../Fonts/ ../../Includes/ ../../Plugins/ ../../Scripts ../../Documentation
105
105
# now undo everything we did above
106
106
# rm -rf ../../Plugins
107
107
# mv ../../Plugins_bak ../../Plugins
@@ -131,7 +131,7 @@ all-in-one-distrib: all
131
131
# mv ../../Plugins ../../Plugins_bak
132
132
# mkdir -p ../../Plugins
133
133
# cp $(plugins_dir)/all-in-one/* ../../Plugins/
134
- 7z a ../../Simba.all-in-one.7z Simba.i386-* Simba.x86_64-* ../../Extensions/ ../../Fonts/ ../../Includes/ ../../Plugins/ ../../Scripts
134
+ 7z a ../../Simba.all-in-one.7z Simba.i386-* Simba.x86_64-* ../../Extensions/ ../../Fonts/ ../../Includes/ ../../Plugins/ ../../Scripts ../../Documentation
135
135
# now undo everything we did above
136
136
# rm -rf ../../Plugins
137
137
# mv ../../Plugins_bak ../../Plugins
You can’t perform that action at this time.
0 commit comments