Commit 3ee13ecb25473cb04ad1ee24aaa1d5c4cc55250d

Authored by Jay Berkenbilt
1 parent 81d922d6

minor updates


git-svn-id: svn+q:///qpdf/trunk@951 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 4 additions and 3 deletions
README.maintainer
@@ -33,9 +33,9 @@ Release Reminders @@ -33,9 +33,9 @@ Release Reminders
33 33
34 * To create a source release, do an export from the version control 34 * To create a source release, do an export from the version control
35 system to a directory called qpdf-version. From the parent of that 35 system to a directory called qpdf-version. From the parent of that
36 - directory, run make_dist with the directory as an argument. For  
37 - internally testing releases, you can run make_dist with the  
38 - --no-tests option. 36 + directory, run make_dist with the directory as an argument.
  37 + Remember to have fop in your path. For internally testing
  38 + releases, you can run make_dist with the --no-tests option.
39 39
40 * To create a source release of external libs, do an export from the 40 * To create a source release of external libs, do an export from the
41 version control system into a directory called qpdf-external-libs 41 version control system into a directory called qpdf-external-libs
@@ -60,6 +60,7 @@ Release Reminders @@ -60,6 +60,7 @@ Release Reminders
60 * When releasing on source forge, external-libs distributions go in 60 * When releasing on source forge, external-libs distributions go in
61 external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv 61 external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv
62 62
  63 +
63 General Build Stuff 64 General Build Stuff
64 =================== 65 ===================
65 66