Skip to content

Commit

Permalink
Always use relative paths in timg-manpage.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 31, 2023
1 parent cb3691a commit fef3191
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 522 deletions.
6 changes: 4 additions & 2 deletions src/create-manpage-inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

set -e

INPUT=$(dirname $0)/../man/timg.1
OUTPUT=$(dirname $0)/timg-manpage.inc
cd $(dirname $0)

INPUT=../man/timg.1
OUTPUT=timg-manpage.inc

cat > "$OUTPUT" <<EOF
/* created with create-manpage-inc.sh from $INPUT */
Expand Down
Loading

0 comments on commit fef3191

Please sign in to comment.