Browse Source

Add missing help file

Alois Mahdal 5 years ago
parent
commit
e74e4ea435
4 changed files with 4 additions and 0 deletions
  1. 1
    0
      mkit.ini
  2. 1
    0
      packaging/debian/dottum.install
  3. 2
    0
      packaging/template.spec
  4. 0
    0
      src/help.skel

+ 1
- 0
mkit.ini View File

@@ -52,5 +52,6 @@
52 52
     etc_bc = src/complete.bash dottum.bash
53 53
     libexec = src/libexec/dottum-install
54 54
     sfincb  = src/shellfu/dottum.sh
55
+    share   = src/help
55 56
 
56 57
 #mkit version=0.0.35

+ 1
- 0
packaging/debian/dottum.install View File

@@ -3,3 +3,4 @@
3 3
 /usr/libexec/dottum/dottum-install
4 4
 /usr/share/doc/dottum/LICENSE.md
5 5
 /usr/share/doc/dottum/README.md
6
+/usr/share/dottum/help

+ 2
- 0
packaging/template.spec View File

@@ -31,10 +31,12 @@ make %{?_smp_mflags} PREFIX=/usr
31 31
 
32 32
 %files
33 33
 %config %{_sysconfdir}/bash_completion.d/%{name}.bash
34
+%dir %{_datadir}/%{name}
34 35
 %dir %{_libexecdir}/%{name}
35 36
 %doc %{_docdir}/%{name}/LICENSE.md
36 37
 %doc %{_docdir}/%{name}/README.md
37 38
 %{_bindir}/%{name}
39
+%{_datadir}/%{name}/help
38 40
 %{_libexecdir}/%{name}/dottum-install
39 41
 %{sfincb}/dottum.sh
40 42
 

+ 0
- 0
src/help.skel View File