File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626- Mouse cursors and other devices are no longer blocked when running ` swhkd ` .
2727- Option prefixes on modifiers are now properly parsed. e.g., ` ~control ` is now
2828 understood by ` swhkd ` as the ` control ` modifier with an option
29+ - Install mandocs in the correct locations.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ install:
2323 @find ./docs -type f -iname " *.1.gz" \
2424 -exec install -Dm 644 {} -t $(DESTDIR ) /$(MAN1_DIR ) \;
2525 @find ./docs -type f -iname " *.5.gz" \
26- -exec install -Dm 644 {} -t $(DESTDIR ) /$(MAN1_DIR ) \;
26+ -exec install -Dm 644 {} -t $(DESTDIR ) /$(MAN5_DIR ) \;
2727 @install -Dm 755 ./target/release/$(DAEMON_BINARY ) -t $(DESTDIR ) /$(TARGET_DIR )
2828 @install -Dm 755 ./target/release/$(SERVER_BINARY ) -t $(DESTDIR ) /$(TARGET_DIR )
2929 @install -Dm 644 -o root ./$(POLKIT_POLICY_FILE ) -t $(DESTDIR ) /$(POLKIT_DIR )
You can’t perform that action at this time.
0 commit comments