Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the send: rule of Makefile, to always send all the .html/.pdf even if they are git-ignored #30

Open
Naereen opened this issue Feb 28, 2021 · 0 comments
Assignees
Labels

Comments

@Naereen
Copy link
Owner

Naereen commented Feb 28, 2021

When I wrote this new version of CP, I was happy to add --csv-exclude and --exclude=.git and --exclude-from=.gitignore options...

But as a results, the .html and .pdf versions of the notebooks are no longer automatically sent to this folder on my website...
I don't know how to have both a git-safe send rule and an inclusive send rule to send HTML/PDF files.

If I write something like:

send:
        CP ./*.html ./**/*.html ${Szam}publis/notebooks/

then it works for 0-depth files, but for files in sub-directories, they end up on the root directory of the target...

@Naereen Naereen added the bug label Feb 28, 2021
@Naereen Naereen self-assigned this Feb 28, 2021
Naereen added a commit that referenced this issue Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant