Skip to content

Commit 8d8cd49

Browse files
committed
Keep the manpages out of the remote git tree as they are build options-dependant
1 parent 4ddbaba commit 8d8cd49

11 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Cargo.lock
1717
# The following is related to building packages
1818
vendor/
1919
repo/
20+
man/
2021
.flatpak-builder/
2122
.cargo/
2223

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ fn main() {
173173
.join("packaging").join("rootfs")
174174
.join("usr").join("share").join("man").join("man1");
175175

176+
std::fs::create_dir_all(&out_dir).unwrap();
177+
176178
glib_build_tools::compile_resources(
177179
&["src/gui"],
178180
"src/gui/resources.gresource.xml",
Binary file not shown.
Binary file not shown.
Binary file not shown.
-356 Bytes
Binary file not shown.
-285 Bytes
Binary file not shown.
-379 Bytes
Binary file not shown.
Binary file not shown.
-353 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)