Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no such file when make docs #50

Open
woshichuanqilz opened this issue Aug 26, 2020 · 3 comments
Open

no such file when make docs #50

woshichuanqilz opened this issue Aug 26, 2020 · 3 comments
Labels
not-a-bug This is not a bug and/or related to picom

Comments

@woshichuanqilz
Copy link

Platform:
manjaro 20
GPU, drivers, and screen setup:
Graphics: Device-1: Intel UHD Graphics 630 driver: i915 v: kernel
Display: x11 server: X.Org 1.20.8 driver: intel unloaded: modesetting resolution: 1600x900~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.1.5

Compton version:
git-v0.1_beta2-95-g241bbc5-2018-02-22
Compton configuration:
Same with this repo no extra config yet.

Steps of reproduction

make # success

make docs 11:52:59
a2x --format manpage man/compton.1.asciidoc
make: a2x: No such file or directory
make: *** [Makefile:146: man/compton.1] Error 127

Expected behavior

files in man folder:

-rw-r--r-- 1 lizhe lizhe 1.4K 8月 26 11:48 CMakeLists.txt
-rw-r--r-- 1 lizhe lizhe 24K 8月 26 11:48 compton.1.asciidoc
-rw-r--r-- 1 lizhe lizhe 2.0K 8月 26 11:48 compton-trans.1.asciidoc

Where is the compton.1 file ?

@tryone144
Copy link
Owner

It looks like you are missing the a2x executable on your system.
This should be part of the build-time dependency asciidoc (at least on arch-based distros it is).

@ImGamez
Copy link

ImGamez commented Aug 27, 2020

Hi, Ubuntu 20.04 here, that's solved by installing the asciidoc-base package, which is arround ~300mb and installs 115 more packages :(.

An optional 'make install' without docs can be possible? It would speed up the build outside arch distros a lot!

@tryone144
Copy link
Owner

An optional 'make install' without docs can be possible? It would speed up the build outside arch distros a lot!

I don't really want to change the current default behavior. But feel free to edit the Makefile and remove the references to the manpages.

You can also give the actually maintained fork picom a try which does not generate the docs by default (see this fork for an improved implementation of the dual-kawase blur algorithm).

@tryone144 tryone144 added the not-a-bug This is not a bug and/or related to picom label Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-a-bug This is not a bug and/or related to picom
Projects
None yet
Development

No branches or pull requests

3 participants