-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc/guile-udev.texi: Add indices. * doc/indices.texi: New file. * doc/Makefile.am (guile_udev_TEXINFOS): Add "indices.texi".
- Loading branch information
1 parent
d3b9828
commit ba850c6
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
## Makefile.am -- Config file for GNU Automake. | ||
## | ||
## Copyright (C) 2020 Artyom V. Poptsov <[email protected]> | ||
## Copyright (C) 2020-2023 Artyom V. Poptsov <[email protected]> | ||
## | ||
## This file is part of Guile-Udev. | ||
## | ||
## | ||
## Guile-Udev is free software: you can redistribute it and/or | ||
## modify it under the terms of the GNU General Public License as | ||
## published by the Free Software Foundation, either version 3 of the | ||
|
@@ -23,6 +23,7 @@ info_TEXINFOS = guile-udev.texi | |
|
||
guile_udev_TEXINFOS = \ | ||
guile-udev.texi \ | ||
fdl.texi | ||
fdl.texi \ | ||
indices.texi | ||
|
||
## Makefile.am ends here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@c -*-texinfo-*- | ||
@c This file is part of Guile-PNG Reference Manual. | ||
@c Copyright (C) 2023 Artyom V. Poptsov | ||
@c See the file guile-png.texi for copying conditions. | ||
|
||
@page | ||
@node Type Index | ||
@unnumbered Type Index | ||
|
||
@printindex tp | ||
|
||
@node Procedure Index | ||
@unnumbered Procedure Index | ||
|
||
@printindex fn | ||
|
||
@node Concept Index | ||
@unnumbered Concept Index | ||
|
||
@printindex cp |