Patch prep commands
From DLXS Documentation
(Difference between revisions)
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
- | + | After installing the patch in the correct directories as noted in the [http://www.dlxs.org/products/archive-by-CDROM/13/Patches/24August2007/README README], use these commands: | |
cp $DLXSROOT/prep/s/samplefa/samplefa.xml.inp $DLXSROOT/prep/w/workshopfa/workshopfa.xml.inp | cp $DLXSROOT/prep/s/samplefa/samplefa.xml.inp $DLXSROOT/prep/w/workshopfa/workshopfa.xml.inp | ||
Line 13: | Line 11: | ||
cp $DLXSROOT/bin/s/samplefa/validateeach.sh $DLXSROOT/bin/w/workshopfa/. | cp $DLXSROOT/bin/s/samplefa/validateeach.sh $DLXSROOT/bin/w/workshopfa/. | ||
cp $DLXSROOT/bin/s/samplefa/Makefile $DLXSROOT/bin/w/workshopfa/Makefile | cp $DLXSROOT/bin/s/samplefa/Makefile $DLXSROOT/bin/w/workshopfa/Makefile | ||
+ | |||
+ | Make sure you have edited the perl bang prompt and the paths to your shell and directories in these files: | ||
+ | |||
+ | * $DLXSROOT/bin/f/findaid/stripdoctype.pl | ||
+ | * $DLXSROOT/bin/s/samplefa/fixdoctype.pl | ||
+ | * $DLXSROOT/bin/s/samplefa/preparedocs.pl | ||
+ | * $DLXSROOT/bin/w/workshopfa/validateeach.sh | ||
+ | * $DLXSROOT/bin/w/workshopfa/Makefile |
Current revision
After installing the patch in the correct directories as noted in the README, use these commands:
cp $DLXSROOT/prep/s/samplefa/samplefa.xml.inp $DLXSROOT/prep/w/workshopfa/workshopfa.xml.inp cp $DLXSROOT/prep/s/samplefa/samplefa.text.inp $DLXSROOT/prep/w/workshopfa/workshopfa.text.inp mkdir -p $DLXSROOT/obj/w/workshopfa mkdir -p $DLXSROOT/bin/w/workshopfa cp $DLXSROOT/bin/s/samplefa/preparedocs.pl $DLXSROOT/bin/w/workshopfa/. cp $DLXSROOT/bin/s/samplefa/fixdoctype.pl $DLXSROOT/bin/w/workshopfa/. cp $DLXSROOT/bin/s/samplefa/validateeach.sh $DLXSROOT/bin/w/workshopfa/. cp $DLXSROOT/bin/s/samplefa/Makefile $DLXSROOT/bin/w/workshopfa/Makefile
Make sure you have edited the perl bang prompt and the paths to your shell and directories in these files:
* $DLXSROOT/bin/f/findaid/stripdoctype.pl * $DLXSROOT/bin/s/samplefa/fixdoctype.pl * $DLXSROOT/bin/s/samplefa/preparedocs.pl * $DLXSROOT/bin/w/workshopfa/validateeach.sh * $DLXSROOT/bin/w/workshopfa/Makefile