Browse Source

Add 'doc' target accidentally removed during migration

Alois Mahdal 7 years ago
parent
commit
9eaa4dfef6
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      mkit.ini
  2. 1
    0
      packaging/template.spec

+ 1
- 0
mkit.ini View File

@@ -25,6 +25,7 @@
25 25
     PREFIX = /usr/local
26 26
 
27 27
 [roots]
28
+    doc     = [ENV:PREFIX]/share/shellfu-bash-saturnin
28 29
     sfmod   = [ENV:PREFIX]/share/shellfu/include-bash
29 30
 
30 31
 [files]

+ 1
- 0
packaging/template.spec View File

@@ -31,6 +31,7 @@ make %{?_smp_mflags}
31 31
 %make_install
32 32
 
33 33
 %files
34
+%doc /usr/local/share/shellfu-bash-saturnin/README.md
34 35
 /usr/local/share/shellfu/include-bash/saturnin.sh
35 36
 
36 37