aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/package.yaml3
-rw-r--r--readme.md5
2 files changed, 5 insertions, 3 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 3fc2ab7..25b16af 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -1,5 +1,6 @@
1name: ldgallery-compiler 1name: ldgallery-compiler
2version: 0.1.0.0 2version: 0.1.0.0
3homepage: https://ldgallery.pacien.org
3github: "pacien/ldgallery" 4github: "pacien/ldgallery"
4license: AGPL-3 5license: AGPL-3
5author: "Pacien TRAN-GIRARD, Guillaume FOUET" 6author: "Pacien TRAN-GIRARD, Guillaume FOUET"
@@ -12,7 +13,7 @@ extra-source-files:
12# Metadata used when publishing your package 13# Metadata used when publishing your package
13synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery 14synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery
14category: Web 15category: Web
15description: Please see the README on GitHub at <https://github.com/pacien/ldgallery> 16description: Please see the project's website at <https://ldgallery.pacien.org>
16 17
17dependencies: 18dependencies:
18- base >= 4.7 && < 5 19- base >= 4.7 && < 5
diff --git a/readme.md b/readme.md
index 0248d83..ff51ef4 100644
--- a/readme.md
+++ b/readme.md
@@ -14,10 +14,11 @@ Build
14* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. 14* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`.
15 15
16 16
17The man page can be generated using [Pandoc]: 17The man pages can be generated using [Pandoc]:
18 18
19``` 19```
20pandoc --standalone --to man ldgallery.1.md --output ldgallery.1 20pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1
21pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7
21``` 22```
22 23
23[Pandoc]: https://pandoc.org/ 24[Pandoc]: https://pandoc.org/