From 48d2507ce8c196c13fc7666a2a75d68e7854db82 Mon Sep 17 00:00:00 2001 From: Ian Silvester Date: Thu, 7 Mar 2013 17:29:24 +0000 Subject: [PATCH] Ensure p_doc.css gets copied to the correct locations in the doc hierarchy --- constructPkgContent.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2