Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
b6d85419
Commit
b6d85419
authored
Apr 20, 2013
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Add man pages to repository, add rule to rebuild them
parent
65eb07e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
82 additions
and
4 deletions
+82
-4
doc/Makefile.am
doc/Makefile.am
+3
-4
doc/ocarina-config.1
doc/ocarina-config.1
+78
-0
doc/ocarina.1
doc/ocarina.1
+1
-0
No files found.
doc/Makefile.am
View file @
b6d85419
...
...
@@ -73,7 +73,7 @@ ocarina_TEXINFOS=$(GUIDE_TEXIFILES)
man_MANS
=
ocarina-config.1 ocarina.1
all-local
:
$(GUIDE).html $(GUIDE).pdf
ocarina-config.1
all-local
:
$(GUIDE).html $(GUIDE).pdf
$(GUIDE).html
:
$(IMAGES) $(GUIDE_TEXIFILES)
$(MAKEINFO)
--css-include
=
$(srcdir)
/ocarina.css
--html
$(srcdir)
/
$(GUIDE)
.texi
-o
$(GUIDE)
.html
...
...
@@ -182,13 +182,12 @@ sed-stamp: $(top_srcdir)/tools/gensedfile $(KW_FILES)
###############################################################################
# Building manpages
ocarina-config.1
:
$(top_srcdir)/ocarina-config.in
build_man
:
$(top_srcdir)/ocarina-config.in
chmod
755
$(top_builddir)
/ocarina-config
help2man
--no-discard-stderr
$(top_builddir)
/ocarina-config
>
$(top_builddir)
/doc/ocarina-config.1
echo
".HEAD
\"
<link rel=
\"\"
stylesheet
\"\"
type=
\"\"
text/css
\"\"
href=
\"\"
ocarina.css
\"\"
>
\"
"
>>
$(top_builddir)
/doc/ocarina-config.1
groff
-man
-Thtml
$(top_builddir)
/doc/ocarina-config.1
>
$(top_builddir)
/doc/ocarina-config.html
ocarina.1
:
-
help2man
--no-discard-stderr
--help-option
=
"-help"
--version-option
=
"-V"
$(top_srcdir)
/src/main/ocarina
>
$(top_builddir)
/doc/ocarina.1
echo
".HEAD
\"
<link rel=
\"\"
stylesheet
\"\"
type=
\"\"
text/css
\"\"
href=
\"\"
ocarina.css
\"\"
>
\"
"
>>
$(top_builddir)
/doc/ocarina.1
groff
-man
-Thtml
$(top_builddir)
/doc/ocarina.1
>
$(top_builddir)
/doc/ocarina_man.html
doc/ocarina-config.1
0 → 100644
View file @
b6d85419
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
.TH OCARINA "1" "avril 2013" "Ocarina 2.0w" "User Commands"
.SH NAME
Ocarina \- manual page for Ocarina 2.0w
.SH SYNOPSIS
.B ocarina-config
[\fIOPTIONS\fR]
.SH OPTIONS
.IP
No option:
.IP
Output all the flags (compiler and linker) required
to compile your program.
.IP
[\-\-prefix[=DIR]]
.IP
Output the directory in which Ocarina architecture\-independent
.IP
files are installed, or set this directory to DIR.
.IP
[\-\-exec\-prefix[=DIR]]
.IP
Output the directory in which Ocarina architecture\-dependent
.IP
files are installed, or set this directory to DIR.
.IP
[\-\-version|\-v]
.IP
Output the version of Ocarina.
.IP
[\-\-config]
.IP
Output Ocarina's configuration parameters.
.IP
[\-\-runtime[=<Runtime_Name>]]
.IP
Checks the validity and the presence of the given runtime and
then, outputs its path. Only one runtime can be requested at
a time. If no runtime name is given, outputs the root directory
of all runtimes.
.IP
[\-\-libs]
.IP
Output the linker flags to use for Ocarina.
.IP
[\-\-projects]
.IP
Output the path to GNAT Project files for Ocarina
.IP
[\-\-properties]
.IP
Output the location of the standard property file.
.IP
[\-\-resources]
.IP
Output the location of resource files
(typically the standard properties)
.IP
[\-\-cflags]
.IP
Output the compiler flags to use for Ocarina.
.IP
[\-\-help]
.IP
Output this message
.SH "SEE ALSO"
The full documentation for
.B Ocarina
is maintained as a Texinfo manual. If the
.B info
and
.B Ocarina
programs are properly installed at your site, the command
.IP
.B info Ocarina
.PP
should give you access to the complete manual.
.HEAD "<link rel=""stylesheet"" type=""text/css"" href=""ocarina.css"" >"
doc/ocarina.1
0 → 100644
View file @
b6d85419
.HEAD "<link rel=""stylesheet"" type=""text/css"" href=""ocarina.css"" >"
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