Commit ed907869d7cbc8d4f35ac1cdb43891bcf8d6eccf
1 parent
0abdf538
explicitly specify git archive command
Showing
1 changed file
with
8 additions
and
4 deletions
README.maintainer
| ... | ... | @@ -61,10 +61,14 @@ Release Reminders |
| 61 | 61 | make distclean |
| 62 | 62 | |
| 63 | 63 | * To create a source release, do an export from the version control |
| 64 | - system to a directory called qpdf-version. From the parent of that | |
| 65 | - directory, run make_dist with the directory as an argument. | |
| 66 | - Remember to have fop in your path. For internally testing | |
| 67 | - releases, you can run make_dist with the --no-tests option. | |
| 64 | + system to a directory called qpdf-version. For example, from this | |
| 65 | + directory: | |
| 66 | + | |
| 67 | + git archive --prefix=qpdf-x.y.z/ HEAD . | (cd /tmp; tar xf -) | |
| 68 | + | |
| 69 | + From the parent of that directory, run make_dist with the directory | |
| 70 | + as an argument. Remember to have fop in your path. For internally | |
| 71 | + testing releases, you can run make_dist with the --no-tests option. | |
| 68 | 72 | |
| 69 | 73 | * To create a source release of external libs, do an export from the |
| 70 | 74 | version control system into a directory called qpdf-external-libs | ... | ... |