Commit 13c1304cec2b9a375c392cd0c54f4604a6cfd761

Authored by Jay Berkenbilt
1 parent 1d1d21d3

remove before creating archive

Showing 1 changed file with 1 additions and 0 deletions
README.maintainer
... ... @@ -64,6 +64,7 @@ Release Reminders
64 64 system to a directory called qpdf-version. For example, from this
65 65 directory:
66 66  
  67 + rm -rf /tmp/qpdf-x.y.z
67 68 git archive --prefix=qpdf-x.y.z/ HEAD . | (cd /tmp; tar xf -)
68 69  
69 70 From the parent of that directory, run make_dist with the directory
... ...