Skip to content

Commit

Permalink
Stop auto-updates of date and version in man pages.
Browse files Browse the repository at this point in the history
The contents of the man pages are not automatically updated, so the
automatically updated date/version are not correct.
  • Loading branch information
mmcgr committed Aug 24, 2020
1 parent ca3b640 commit bdde561
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ stamp-h1

utilities/bash-completion
debian/changelog
/man/souffle-compile.1
/man/souffle-config.1
/man/souffle-profile.1
/man/souffle.1
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,6 @@ AC_SUBST(SOUFFLE_CXXFLAGS)
CXXFLAGS="-Wall -Wextra $CXXFLAGS $ENV_CXXFLAGS"

AC_OUTPUT(
[ src/souffle-compile src/souffle-config debian/changelog man/souffle.1 man/souffle-compile.1 man/souffle-config.1 man/souffle-profile.1],
[ src/souffle-compile src/souffle-config debian/changelog ],
[ chmod +x src/souffle-compile src/souffle-config ]
)
4 changes: 2 additions & 2 deletions man/souffle-compile.1.in → man/souffle-compile.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SOUFFLE-COMPILE 1 @ISODATE@
.TH SOUFFLE-COMPILE 1 2020-07-29

.SH NAME
.B souffle-compile
Expand Down Expand Up @@ -39,7 +39,7 @@ Enable warnings
souffle-compile [options] <FILE>.cpp

.SH VERSION
@PACKAGE_VERSION@
2.0.1

.SH LICENSE
Copyright (c) 2016 Oracle and/or its affiliates. All Rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions man/souffle-config.1.in → man/souffle-config.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SOUFFLE-CONFIG 1 @ISODATE@
.TH SOUFFLE-CONFIG 1 2020-07-29

.SH NAME
.B souffle-config - short description of souffle-config
Expand All @@ -22,7 +22,7 @@ show a help page.
list the libraries needed to compile with souffle.

.SH VERSION
@PACKAGE_VERSION@
2.0.1

.SH LICENSE
Copyright (c) 2016 Oracle and/or its affiliates. All Rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions man/souffle-profile.1.in → man/souffle-profile.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SOUFFLE-PROFILE 1 @ISODATE@
.TH SOUFFLE-PROFILE 1 2020-07-29

.SH NAME
.B souffle-profile
Expand Down Expand Up @@ -41,7 +41,7 @@ enable profiling of a running program
.B souffle-profile -v | -h | <log-file> [ -c <command> | -j | -l ]

.SH VERSION
@PACKAGE_VERSION@
2.0.1

.SH LICENSE
Copyright (c) 2016 Oracle and/or its affiliates. All Rights reserved.
4 changes: 2 additions & 2 deletions man/souffle.1.in → man/souffle.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SOUFFLE 1 @ISODATE@
.TH SOUFFLE 1 2020-07-29

.SH NAME
.B souffle
Expand Down Expand Up @@ -115,7 +115,7 @@ souffle program.dl
souffle -c program.dl -Ffacts -D- -j20

.SH VERSION
@PACKAGE_VERSION@
2.0.1

.SH LICENSE
Copyright (c) 2016 Oracle and/or its affiliates. All Rights reserved.
Expand Down

0 comments on commit bdde561

Please sign in to comment.