Skip to content

Commit

Permalink
Add option -q to the call of System command in stklos-pp doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
egallesio committed Oct 10, 2024
1 parent 4049936 commit da56e45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2699,7 +2699,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu

# Set also VERSION_STATUS to stable when changing version
VERSION_STATUS=stable # and reset it to unstable after releasing
VERSION_STATUS=unstable # and reset it to unstable after releasing

#
# Grab configure options before it is too late
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AC_PREREQ([2.69])
AC_INIT([stklos],[2.10]) # Set also VERSION_STATUS to stable when changing version
VERSION_STATUS=stable # and reset it to unstable after releasing
VERSION_STATUS=unstable # and reset it to unstable after releasing

#
# Grab configure options before it is too late
Expand Down
Binary file modified doc/PDF/pp.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/pp/pp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As another example, consider the following text file named `fib.txt`
Running the command `stklos-pp fib.txt` will produce the following input:

```txt
{{System "../../src/stklos -I ../../lib ../../utils/stklos-pp Resources/fib.txt"}}
{{System "../../src/stklos -q -I ../../lib ../../utils/stklos-pp Resources/fib.txt"}}
```

== Variables
Expand Down Expand Up @@ -98,7 +98,7 @@ Consider the file `fronmatter.txt`:
Running the command ``stklos-pp frontmatter.txt` will produce the following output.

```txt
{{System "../../src/stklos -I ../../lib ../../utils/stklos-pp Resources/frontmatter.txt"}}
{{System "../../src/stklos -q -I ../../lib ../../utils/stklos-pp Resources/frontmatter.txt"}}
```

NOTE: As said in the above example, the '---' separators can be
Expand Down

0 comments on commit da56e45

Please sign in to comment.