Changeset 32259


Ignore:
Timestamp:
2018-07-11T18:29:37+12:00 (6 years ago)
Author:
sjm84
Message:

Once more, redoing the folder structure of the xpdftools tarball once extracted

Location:
gs2-extensions/xpdf-tools/trunk/src
Files:
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/CASCADE-MAKE.sh

    r32257 r32259  
    1919# extracted xpdf-tools folder, not just pdf*.
    2020if [ $makedist = "1" ] ; then
    21     # See xpdftools' README: licencing files and xpdf-tools manpages
    22     # need to be redistributed with xpdf-tools binaries
    23     toplevel_make_dist $GSDLOS $GSDLOS/bin/pdf* $GSDLOS/man licence-files/*
     21    # temporary folders to ensure folder structure of untarred distribution tarball is correct
     22    mkdir -p bin
     23    cp $GSDLOS/bin/pdf* bin/.
     24    # As per xpdftools' README, licencing files (README, COPYING, COPYING3) and
     25    # xpdf-tools' manpages need to be redistributed with xpdf-tools binaries
     26    cp -r $GSDLOS/man .
     27    toplevel_make_dist $GSDLOS bin man README COPYING*
     28    # remove the temporary bin and man folders
     29    rm -rf bin man
    2430fi
  • gs2-extensions/xpdf-tools/trunk/src/GS-README.txt

    r32258 r32259  
    656656The files and folders into the distribution tarball xpdf-tools-GSDLOS.tar.gz are:
    657657- the GSDLOS/bin/pdf* statically linked binaries (or dynamic executables linked against mostly static libraries in the case of Macs),
    658 - the GSDLOS/man folder as well as the "licence-files" folder containing further compulsory files as required by xpdf-tools' license.
     658- the GSDLOS/man folder as well as the further compulsory files README, COPYING and COPYING3 as required for xpdf-tools' license.
    659659
    660660Beware that the cascade-make makedist function always maintains the directory structure of folders but also files included in the whitelist.
    661 So when untarred, the folder xpdf-tools is produced with subfolders like linux/bin (containing the pdf* binaries), a linux/man subfolder and a
    662 licence-files subfolder.
     661So when untarred, the folder xpdf-tools is produced with subfolders like linux/bin (containing the pdf* binaries), a linux/man subfolder
     662and files README, COPYING, COPYING3.
    663663
    664664
Note: See TracChangeset for help on using the changeset viewer.