[GH-ISSUE #3623] build: remove src/man/preproc from Makefile #2276

Closed
opened 2026-05-05 08:58:07 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @rusty-snake on GitHub (Sep 5, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3623

src/man/preproc should be removed form Makefile.in (and .gitignore) because it no longer exists. Issue: Manpages are not builded/preprocessed anymore, because src/man/Makefile in not used anymore. Adding src/man to MYDIRS does not help, see 6ac40a5979 (commitcomment-42001655).

strip: 'src/man/preproc': No such file
make: [Makefile:157: install-strip] Error 1 (ignored)
Originally created by @rusty-snake on GitHub (Sep 5, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3623 `src/man/preproc` should be removed form Makefile.in (and .gitignore) because it no longer exists. Issue: Manpages are not builded/preprocessed anymore, because src/man/Makefile in not used anymore. Adding `src/man` to MYDIRS does not help, see https://github.com/netblue30/firejail/commit/6ac40a597939989a55ab5465f548489e1ea4937d#commitcomment-42001655. ``` strip: 'src/man/preproc': No such file make: [Makefile:157: install-strip] Error 1 (ignored) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2276
No description provided.