-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will now generate index.html if building html docs. This is done using an index.adoc.in template, in which the FvwmConsole or FvwmPrompt manpage is removed (depending on if FvwmPrompt is built or not). This means that if helper binaries or modules are added/removed, the template will have to be manually updated. This also makes it so the FvwmPrompt manpage is not build if FvwmPrompt is not being built.
- Loading branch information
Showing
3 changed files
with
50 additions
and
8 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
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,38 @@ | ||
= Fvwm3 Manual Pages | ||
|
||
== Fvwm3 | ||
|
||
* xref:fvwm3.adoc[Fvwm 3] | ||
* xref:fvwm3menus.adoc[Fvwm 3 Menus] | ||
* xref:fvwm3commands.adoc[Fvwm 3 Commands] | ||
* xref:fvwm3styles.adoc[Fvwm 3 Styles] | ||
* xref:fvwm3all.adoc[Single Fvwm3 Manual Page] | ||
|
||
== Fvwm3 Helper Binaries | ||
|
||
* xref:FvwmPrompt.adoc[FvwmPrompt] | ||
* xref:FvwmCommand.adoc[FvwmCommand] | ||
* xref:fvwm-menu-desktop.adoc[fvwm-menu-desktop] | ||
* xref:fvwm-menu-directory.adoc[fvwm-menu-directory] | ||
* xref:fvwm-menu-xlock.adoc[fvwm-menu-xlock] | ||
* xref:fvwm-perllib.adoc[fvwm-perllib] | ||
* xref:fvwm-root.adoc[fvwm-root] | ||
* xref:fvwm-convert-2.6.adoc[fvwm-convert-2.6] | ||
|
||
== Fvwm3 Modules | ||
|
||
* xref:FvwmAnimiate.adoc[FvwmAnimiate] | ||
* xref:FvwmAuto.adoc[FvwmAuto] | ||
* xref:FvwmBacker.adoc[FvwmBacker] | ||
* xref:FvwmButtons.adoc[FvwmButtons] | ||
* xref:FvwmConsole.adoc[FvwmConsole] | ||
* xref:FvwmEvent.adoc[FvwmEvent] | ||
* xref:FvwmForm.adoc[FvwmForm] | ||
* xref:FvwmIconMan.adoc[FvwmIconMan] | ||
* xref:FvwmIndent.adoc[FvwmIdent] | ||
* xref:FvwmMFL.adoc[FvwmMFL] | ||
* xref:FvwmPager.adoc[FvwmPager] | ||
* xref:FvwmPerl.adoc[FvwmPerl] | ||
* xref:FvwmPrompt.adoc[FvwmPrompt] | ||
* xref:FvwmRearrange.adoc[FvwmRearrange] | ||
* xref:FvwmScript.adoc[FvwmScript] |