From 9589d9009c38d55d41149818ce0fdde85e687ada Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 11 Jan 2018 03:03:06 +0100 Subject: [PATCH] pdb: update README with new path. --- pdb/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdb/README b/pdb/README index 7aaaa70388..221deec118 100644 --- a/pdb/README +++ b/pdb/README @@ -20,12 +20,12 @@ to provide support for CORBA and other languages suited to static autogeneration. Invoking PDBGEN from the command line: -1. Change into the ./tools/pdbgen directory. +1. Change into the ./pdb directory. 2. $ ./pdbgen.pl DIRNAME where DIRNAME is either "lib" or "app", depending on which set of files you want to generate. The files are written into $destdir/app or $destdir/libgimp. $destdir is the environment variable destdir. If it's not set, -then it's the ./tools/pdbgen directory. Make sure the directories +then it's the ./pdb directory. Make sure the directories $destdir/app and $destdir/libgimp already exist and you have write permissions. Otherwise the code generator will fail and exit. It's up to you to diff the file you changed. When you're happy with