doc: remove unused DATE logic from gen-man.sh

The use of $DATE was removed in 7a5499d7, but I forgot to remove this
logic from gen-man.sh.
This commit is contained in:
Carlos Henrique Lima Melara 2023-06-04 15:47:30 -03:00 committed by Felix Queißner
parent 9c60513b8d
commit b6c0259854
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@ fi
# Write the head to the output file.
cp "$man_head" "$man_output"
# Insert last modified date (use last-modified date of help.gemini)
last_modified=$(date -r "$gemtext_in" +"%F")
sed -i'.bak' -e 's#\$(DATE)#'"$last_modified"'#g' "$man_output"
# Some pre-processing before giving our gemtext to the awk script.
gem_in=$(
# Read input file