From 8692a9aeceac6314d62844be3e644a2a28605ec8 Mon Sep 17 00:00:00 2001 From: "init current directory[i]" Date: Sat, 17 Oct 2020 00:40:41 -0400 Subject: update HTML sample manual --- docs/index.html | 171 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 108 insertions(+), 63 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 3df031b..f351396 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,7 @@ a.existingWikiWord[title]{ //border: 1px dashed #BBB; }


Manual Reference Pages  - untitled ()

- +

NAME

@@ -56,6 +56,7 @@ a.existingWikiWord[title]{ //border: 1px dashed #BBB; } fpm(1) - A Fortran package manager and build system

+

SYNOPSIS

@@ -65,7 +66,7 @@ a.existingWikiWord[title]{ //border: 1px dashed #BBB; }

fpm --help|--version|--list - +

DESCRIPTION

@@ -144,7 +145,7 @@ Show version information and exit. Valid for all subcommands. - +

EXAMPLES

@@ -162,7 +163,7 @@ sample commands:

- +

SEE ALSO

@@ -170,7 +171,7 @@ sample commands:
The fpm(1) home page at https://github.com/fortran-lang/fpm
-
+

NAME

@@ -178,17 +179,17 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm
new(1) - the fpm(1) subcommand to initialize a new project
-
+

SYNOPSIS

-fpm new NAME [--lib|--src] [--app] [--test] [--backfill] +fpm new NAME [--lib|--src] [--app] [--test] [--backfill]

fpm new --help|--version

- +

DESCRIPTION

@@ -218,7 +219,7 @@ and a ".gitignore" file for ignoring the build/ directory Remember to update the information in the sample "fpm.toml" file with your name and e-mail address. -
+

OPTIONS

@@ -254,7 +255,7 @@ for use with the subcommand "test". Note that sans "--lib" it really does not have anything to test. -So the default is equivalent to "fpm
NAME --lib --app --test". +So the default is equivalent to "fpm NAME --lib --app --test". --backfill   @@ -275,7 +276,7 @@ print this help and exit print program version information and exit - +

EXAMPLES

@@ -293,7 +294,7 @@ Sample use

- +

SEE ALSO

@@ -303,7 +304,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm

Registered packages are at https://fortran-lang.org/packages - +

NAME

@@ -312,7 +313,7 @@ Registered packages are at https://fortran-lang.org/packages build(1) - the fpm(1) subcommand to build a project

- +

SYNOPSIS

@@ -322,7 +323,7 @@ Registered packages are at https://fortran-lang.org/packages

fpm build --help|--version - +

DESCRIPTION

@@ -377,7 +378,7 @@ the build/ directory. Non-default pathnames and remote dependencies are used if specified in the "fpm.toml" file. - +

OPTIONS

@@ -402,7 +403,7 @@ print this help and exit print program version information and exit -
+

EXAMPLES

@@ -416,7 +417,7 @@ Sample commands:

- +

SEE ALSO

@@ -424,7 +425,7 @@ Sample commands:
The fpm(1) home page at https://github.com/fortran-lang/fpm
-
+

NAME

@@ -433,7 +434,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm run(1) - the fpm(1) subcommand to run project applications

- +

SYNOPSIS

@@ -443,7 +444,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm

fpm run --help|--version - +

DESCRIPTION

@@ -451,7 +452,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm
Run applications you have built in your fpm(1) project.
-
+

OPTIONS

@@ -480,7 +481,7 @@ The same arguments are passed to all names specified. -
+

EXAMPLES

@@ -500,7 +501,7 @@ run fpm(1) project applications

- +

SEE ALSO

@@ -508,7 +509,7 @@ run fpm(1) project applications
The fpm(1) home page at https://github.com/fortran-lang/fpm
-
+

NAME

@@ -517,7 +518,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm test(1) - the fpm(1) subcommand to run project tests

- +

SYNOPSIS

@@ -527,7 +528,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm

fpm test --help|--version - +

DESCRIPTION

@@ -535,7 +536,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm
Run applications you have built to test your project.
-
+

OPTIONS

@@ -564,7 +565,7 @@ The same arguments are passed to all test names specified. -
+

EXAMPLES

@@ -583,7 +584,7 @@ run tests

- +

SEE ALSO

@@ -591,7 +592,7 @@ run tests
The fpm(1) home page at https://github.com/fortran-lang/fpm
-
+

NAME

@@ -600,7 +601,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm help(1) - the fpm(1) subcommand to display help

- +

SYNOPSIS

@@ -610,7 +611,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm

fpm help [fortran|fortran_manual][FORTRAN_INTRINSIC_NAME] - +

DESCRIPTION

@@ -619,7 +620,7 @@ The fpm(1) home page at https://github.com/fortran-lang/fpm The "fpm help" command is an alternative to the --help parameter on the fpm(1) command and its subcommands. - +

OPTIONS

@@ -647,7 +648,7 @@ uppercase to avoid conflicts with fpm(1) topics; but can be in lowercase if there is no conflict. -
+

EXAMPLES

@@ -677,43 +678,87 @@ Additional general Fortran documentation

- +

SEE ALSO

The fpm(1) home page at https://github.com/fortran-lang/fpm - - - - - - - -
-Version:
  -0.1.0, Pre-alpha -
-Program:
  -fpm(1) -
-Description:
  -A Fortran package manager and build system -
-Home Page:
  -https://github.com/fortran-lang/fpm -
-License:
  -MIT -
-OS Type:
  -Linux + + + +

NAME

+ +
+
+list(1) - list summary of fpm(1) subcommands +

+

+ + +

SYNOPSIS

+ +
+
+fpm list [-list] +

+fpm list --help|--version +

+ + +

DESCRIPTION

+ +
+
+Display a short description for each fpm(1) subcommand. +
+ + +

OPTIONS

+ +
+
+ +
+--list +display a list of command options as well. This is the +same output as generated by "fpm --list".
+ + +

EXAMPLES

+ +
+
+display a short list of fpm(1) subcommands +

+

+  fpm list
+  fpm --list
+

+

+
+ + +

SEE ALSO

+ +
+
+The fpm(1) home page at https://github.com/fortran-lang/fpm +

+

+   Version:     0.1.0, Pre-alpha
+   Program:     fpm(1)
+   Description: A Fortran package manager and build system
+   Home Page:   https://github.com/fortran-lang/fpm
+   License:     MIT
+   OS Type:     Linux
+
+


-
untitled () October 16, 2020
Generated by manServer 1.08 from x.1 using man macros. +
untitled () October 17, 2020
Generated by manServer 1.08 from x.1 using man macros.

-- cgit v1.2.3