X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=blobdiff_plain;f=constructPkgContent.sh;h=ff6b61783090ea9892a2033c6f133caced40951e;hb=0dac4600e39b0c2b0f8ffaba960c103e2446704c;hp=ac2edb2b06690269f92153dea6fa5a3e6d20df86;hpb=030221d958b74b3e1d13e0cc9d4d23018f951c8d;p=OSXPackageBuilder.git diff --git a/constructPkgContent.sh b/constructPkgContent.sh index ac2edb2..ff6b617 100755 --- a/constructPkgContent.sh +++ b/constructPkgContent.sh @@ -91,6 +91,8 @@ done for i in announce.txt p_doc.css privoxy-index.html; do cp -v ../${SOURCE_DIR}/doc/webserver/$i pkg\ content/usr/local/share/doc/privoxy/$i done +# copy p_doc.css down into user-manual subdir (as per the make install target) +cp -v ../${SOURCE_DIR}/doc/webserver/p_doc.css pkg\ content/usr/local/share/doc/privoxy/user-manual/p_doc.css # copy the project's AUTHORS, ChangeLog, LICENSE and README files for i in AUTHORS ChangeLog LICENSE README; do cp -v ../${SOURCE_DIR}/$i pkg\ content/usr/local/share/doc/privoxy/$i