mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added 'opsguide' subpackage.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
install-exec-am:
|
||||
mkdir -p $(DESTDIR)@prefix@/share/applications
|
||||
cp rivendell-opsguide-html.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-opsguide-pdf.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdadmin.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdairplay.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdcartslots.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
@@ -71,7 +73,10 @@ EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
rdhpiinfo-root-consolehelper\
|
||||
rdhpiinfo-root-pam\
|
||||
rivendell-configuration.directory\
|
||||
rivendell-documentation.directory\
|
||||
rivendell-logtools.directory\
|
||||
rivendell-opsguide-html.desktop.in\
|
||||
rivendell-opsguide-pdf.desktop.in\
|
||||
rivendell-rdadmin.desktop\
|
||||
rivendell-rdairplay.desktop\
|
||||
rivendell-rdalsaconfig.desktop\
|
||||
@@ -98,5 +103,8 @@ EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
|
||||
CLEANFILES = *~
|
||||
|
||||
DISTCLEANFILES = rivendell-opsguide-html.desktop\
|
||||
rivendell-opsguide-pdf.desktop
|
||||
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
Makefile.in
|
||||
|
6
xdg/rivendell-documentation.directory
Normal file
6
xdg/rivendell-documentation.directory
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Documentation
|
||||
Icon=rivendell
|
||||
|
11
xdg/rivendell-opsguide-html.desktop.in
Normal file
11
xdg/rivendell-opsguide-html.desktop.in
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=Rivendell Operations Guide (HTML)
|
||||
GenericName=Rivendell Operations Guide
|
||||
Exec=firefox @prefix@/share/rivendell/html/index.html
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-opsguide-pdf.desktop.in
Normal file
11
xdg/rivendell-opsguide-pdf.desktop.in
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=Rivendell Operations Guide (PDF)
|
||||
GenericName=Rivendell Operations Guide
|
||||
Exec=evince @prefix@/share/rivendell/opsguide.pdf
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
@@ -26,6 +26,14 @@
|
||||
<Filename>rivendell-rdhpiinfo-root.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Documentation</Name>
|
||||
<Directory>rivendell-documentation.directory</Directory>
|
||||
<Include>
|
||||
<Filename>rivendell-opsguide-html.desktop</Filename>
|
||||
<Filename>rivendell-opsguide-pdf.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Log Tools</Name>
|
||||
<Directory>rivendell-logtools.directory</Directory>
|
||||
|
Reference in New Issue
Block a user