Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 4, 2023
1 parent f5bf586 commit ebc094d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -49,6 +49,8 @@ package: latexmk
for f in $$(ls *.pdf); do
echo "<p><a href='$${f}'>$${f}</a></p>" >> index.html
done
echo "<p>Compiled on: $$(date).</p>" >> index.html
echo "<p>The sources are in <a href='https://github.com/yegor256/pmba'>GitHub</a>.</p>" >> index.html

copy:
for d in $(DIRS); do
Expand Down

0 comments on commit ebc094d

Please sign in to comment.