Skip to content

Commit

Permalink
Add links to subtopics to Spec page in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ffesti committed Jan 8, 2025
1 parent 4d621e4 commit 6d9d438
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ title: rpm.org - RPM Reference Manual
## Package Building
* [Build Process](buildprocess.md)
* [Spec Syntax](spec.md)
* [Declarative builds](buildsystem.md)
* [Autosetup](autosetup.md)
* [Declarative builds](buildsystem.md)
* Dependencies
* [Dependencies Basics](dependencies.md)
* [More on Dependencies](more_dependencies.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/manual/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: rpm.org - Spec file format
---
# Spec file format

* [Autosetup](autosetup.md)
* [Declarative builds](buildsystem.md)
* Dependencies
* [Dependencies Basics](dependencies.md)
* [More on Dependencies](more_dependencies.md)
* [Boolean Dependencies](boolean_dependencies.md)
* [Architecture Dependencies](arch_dependencies.md)
* [Installation Order](tsort.md)
* [Automatic Dependency Generation](dependency_generators.md)
* Install scriptlets
* [Triggers](triggers.md)
* [File Triggers](file_triggers.md)
* [Scriptlet Expansion](scriptlet_expansion.md)

## Generic syntax

### Macros
Expand Down

0 comments on commit 6d9d438

Please sign in to comment.