summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorEthan P <eth-p+git@hidden.email>2019-09-27 12:06:54 -0700
committerEthan P <eth-p+git@hidden.email>2019-09-27 12:06:54 -0700
commitc8478cedc54db60f6149c6e2c72d8103582edfd4 (patch)
tree6a6a4ac1821aabd3cc286bbbd0133610bcb28992 /ci
parent7ba5bc78b742ba722246f49f20d9029964ddb032 (diff)
Update manual page to use parameterized names
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.bash b/ci/before_deploy.bash
index 840fcf77..945bbfe3 100755
--- a/ci/before_deploy.bash
+++ b/ci/before_deploy.bash
@@ -34,7 +34,7 @@ pack() {
"${gcc_prefix}"strip "$tempdir/$package_name/$PROJECT_NAME"
# manpage, readme and license
- cp "doc/$PROJECT_NAME.1" "$tempdir/$package_name"
+ cp "assets/manual/$PROJECT_NAME.1" "$tempdir/$package_name"
cp README.md "$tempdir/$package_name"
cp LICENSE-MIT "$tempdir/$package_name"
cp LICENSE-APACHE "$tempdir/$package_name"