Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
622fc219
Commit
622fc219
authored
Dec 30, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
6db1c94b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
src/doc/orm/src/orm_firstscan_fo.gif
src/doc/orm/src/orm_firstscan_fo.gif
+0
-0
src/doc/orm/src/orm_menu.html
src/doc/orm/src/orm_menu.html
+2
-2
src/doc/orm/src/orm_nametostr_fo.gif
src/doc/orm/src/orm_nametostr_fo.gif
+0
-0
src/doc/orm/src/os_linux/hw_x86/makefile
src/doc/orm/src/os_linux/hw_x86/makefile
+9
-6
No files found.
src/doc/orm/src/orm_firstscan_fo.gif
0 → 100644
View file @
622fc219
1.11 KB
src/doc/orm/src/orm_menu.html
View file @
622fc219
...
...
@@ -31,10 +31,10 @@
<!-- NO CHANGES PAST THIS LINE -->
<!-- Code for browser detection -->
<script
src=
"../ua.js"
></script>
<script
src=
"../
../
ua.js"
></script>
<!-- Infrastructure code for the tree -->
<script
src=
"../ftiens4.js"
></script>
<script
src=
"../
../
ftiens4.js"
></script>
<!-- Execution of the code that actually builds the specific tree.
The variable foldersTree creates its structure with calls to
...
...
src/doc/orm/src/orm_nametostr_fo.gif
0 → 100644
View file @
622fc219
1.22 KB
src/doc/orm/src/os_linux/hw_x86/makefile
View file @
622fc219
...
...
@@ -37,21 +37,23 @@ html_sources := $(sort \
)
\
)
export_gif
:=
$(
patsubst
%.gif,
$(doc_dir)
/orm/%.gif,
$(gif_sources)
)
export_html
:=
$(
patsubst
%.html,
$(doc_dir)
/orm/%.html,
$(html_sources)
)
export_gif
:=
$(
patsubst
%.gif,
$(doc_dir)
/
en_us/
orm/%.gif,
$(gif_sources)
)
export_html
:=
$(
patsubst
%.html,
$(doc_dir)
/
en_us/
orm/%.html,
$(html_sources)
)
clean_gif
:=
$(
patsubst
%.gif,clean_%.gif,
$(gif_sources)
)
clean_html
:=
$(
patsubst
%.html,clean_%.html,
$(html_sources)
)
.SUFFIXES
:
$(doc_dir)/orm/%.gif
:
%.gif
$(doc_dir)/
en_us/
orm/%.gif
:
%.gif
@
$(log_h_h)
@
$(cp)
$(cpflags)
$(source)
$(target)
@
$(cp)
$(cpflags)
$(source)
$(doc_dir)
/sv_se/orm
@
$(cp)
$(cpflags)
$(source)
$(doc_dir)
/help
$(doc_dir)/orm/%.html
:
../../%.html
$(doc_dir)/
en_us/
orm/%.html
:
../../%.html
@
$(log_h_h)
@
$(cp)
$(cpflags)
$(source)
$(target)
@
$(cp)
$(cpflags)
$(source)
$(doc_dir)
/sv_se/orm
@
$(cp)
$(cpflags)
$(source)
$(doc_dir)
/help
.PHONY
:
all init copy lib exe clean realclean
\
...
...
@@ -62,7 +64,7 @@ all : init copy lib exe
init
:
copy
:
$(export_gif) $(export_html)
\
$(doc_dir)/orm/orm.css
$(doc_dir)/
en_us/
orm/orm.css
lib
:
...
...
@@ -79,9 +81,10 @@ $(clean_gif) : clean_%.gif : %.gif
$(clean_html)
:
clean_%.html : %.html
@
$(rm)
$(rmflags)
$(doc_dir)
/orm/
$*
.html
$(doc_dir)/orm/orm.css
:
../../orm.css
$(doc_dir)/
en_us/
orm/orm.css
:
../../orm.css
@
echo
"copy
$(source)
$(target)
"
@
cp
$(source)
$(target)
@
cp
$(source)
$(doc_dir)
/sv_se/orm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment