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

Doc improvements, pre-inst-env wrapper, optional devtype #4

Merged
merged 8 commits into from
Dec 20, 2023

Conversation

Apteryks
Copy link
Contributor

No description provided.

* AUTHORS: Mention self.
* doc/guile-udev.texi (Installing as a system package): New chapter.
(Installation): Rename to...
(Installing from sources): ... this.  Document how to install via Guix.
* doc/guile-udev.texi (API Reference) <callback>: Document what argument it
accepts.
* doc/guile-udev.texi (API Reference) <filter>: Document that extra filters
can be added via the udev-monitor-add-filter! procedure.  Fix typo.
This happens using autoconf from a 'guix shell' environment.
* doc/guile-udev.texi (Examples): New chapter.
Guix Systems doesn't have a /usr/bin/guile binary.  Most systems have
coreutils new enough to support 'env -S ...'.

* examples/device-listener.scm: Use env -S instead of the Guile meta switch.
@Apteryks Apteryks changed the title Doc improvements Doc improvements, pre-inst-env wrapper Dec 20, 2023
* pre-inst-env.in: New input file.
* .gitignore: Register its finalized version.
* configure.ac: Register it in AC_CONFIG_FILES.
* doc/guile-udev.texi
(Using this library before it is installed): Document it.
* libguile-udev/udev-monitor-func.c (udev-monitor-add-filter!): Adjust
definition and doc to make the last argument, DEVTYPE, optional.
* doc/guile-udev.texi (API Reference) <udev-monitor-add-filter!>: Document it.
<make-udev-monitor>: Adjust documentation.
* modules/udev/monitor.scm (make-udev-monitor): Add doc string.
@Apteryks Apteryks changed the title Doc improvements, pre-inst-env wrapper Doc improvements, pre-inst-env wrapper, optional devtype Dec 20, 2023
@artyom-poptsov artyom-poptsov self-assigned this Dec 20, 2023
@artyom-poptsov artyom-poptsov merged commit 242f95a into artyom-poptsov:master Dec 20, 2023
2 checks passed
@Apteryks
Copy link
Contributor Author

Thanks for reviewing/merging this series!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants