test target to view current issue with web browser

This commit is contained in:
Solene Rapenne 2021-09-26 23:53:00 +02:00
parent 04eede2d6a
commit 0d3fd95f9d
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
all:
find . -maxdepth 1 -type d -name 'issue-*' -exec ./make_issue.sh {} \;
clean:
rm ../dev/*html
test:
./make_issue.sh current/ && cp ../dev/*.html ~/Downloads/current-issue.html
xdg-open ~/Downloads/current-issue.html