Allow for duplicate name in example files

This commit is contained in:
2026-05-11 14:07:39 +02:00
parent b01fc9ff0d
commit 6289dbe32e
+7 -1
View File
@@ -1,7 +1,8 @@
%rec: example
%key: filename
%key: name
%type: note line
name: Default systemd service file
filename: default.service
bin: systemd
usage: mv {{filename}} /usr/lib/systemd/system/
@@ -31,6 +32,7 @@ content: [Unit]
+ Alias=test.service
+
name: Example sc-im file
filename: food.sc
bin: sc-im
usage: {{bin}} {{filename}}
@@ -81,8 +83,11 @@ content: # This data file was generated by the Spreadsheet Calculator Improvised
+ pad 4 A10
+ goto A10
name: Example makefile producing html from markdown
filename: lowdown.mk
bin: make
bin: lowdown
bin: fortune
usage: {{bin}} -f {{filename}} example
content: output: all
+
@@ -121,6 +126,7 @@ content: output: all
+ clean :
+ rm -rf public html
name: Default makefile
filename: Makefile
bin: make
usage: make