Ensure p_doc.css gets copied to the correct locations in the doc hierarchy
authorIan Silvester <iansilvester@fastmail.fm>
Thu, 7 Mar 2013 17:29:24 +0000 (17:29 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Thu, 7 Mar 2013 17:29:24 +0000 (17:29 +0000)
constructPkgContent.sh

index ac2edb2..ff6b617 100755 (executable)
@@ -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