fix(makefile): forgotten mkdir #2

Open
pierreay wants to merge 1 commit from pierreay/youtube-to-opml:main into main
First-time contributor

Without creating the json directory, the generate-json-opml script
will fail complaining that json/XXX.json does not exists. If the
directory is already created, the mkdir will silently return.

Without creating the `json` directory, the `generate-json-opml` script will fail complaining that `json/XXX.json` does not exists. If the directory is already created, the `mkdir` will silently return.
pierreay added 1 commit 2025-04-24 09:57:22 +00:00
Without creating the `json` directory, the `generate-json-opml` script
will fail complaining that `json/XXX.json` does not exists. If the
directory is already created, the `mkdir` will silently return.
Author
First-time contributor

And by the way, thank you for your writing and this project which works great!

And by the way, thank you for your writing and this project which works great!
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:pierreay-main
git checkout pierreay-main

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff pierreay-main
git checkout pierreay-main
git rebase main
git checkout main
git merge --ff-only pierreay-main
git checkout pierreay-main
git rebase main
git checkout main
git merge --no-ff pierreay-main
git checkout main
git merge --squash pierreay-main
git checkout main
git merge --ff-only pierreay-main
git checkout main
git merge pierreay-main
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wezm/youtube-to-opml#2
No description provided.