2023-03-17 Fred Gleason <fredg@paravelsystems.com>

* Added the API documentation to the 'rivendell-opsguide' RPM
	package.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-03-17 11:52:10 -04:00
parent 4bb2ff81c0
commit c0fcdf8346
3 changed files with 16 additions and 1 deletions

View File

@ -20983,3 +20983,6 @@
2023-03-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the PyPAD API that caused incorrect date/time
resolutions when using the 'MMM' wildcard.
2023-03-17 Fred Gleason <fredg@paravelsystems.com>
* Added the API documentation to the 'rivendell-opsguide' RPM
package.

View File

@ -2,7 +2,7 @@
##
## docs/docbook/automake.am for Rivendell
##
## (C) Copyright 2015-2017 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2015-2023 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@ -31,6 +31,16 @@
%.8: %.xml
xsltproc $(DOCBOOK_STYLESHEETS)/manpages/docbook.xsl $<
install-exec-local:
mkdir -p $(DESTDIR)$(prefix)/share/rivendell/apis
cp *.pdf $(DESTDIR)$(prefix)/share/rivendell/apis/
mkdir -p $(DESTDIR)$(prefix)/share/rivendell/apis/html
cp *.html $(DESTDIR)$(prefix)/share/rivendell/apis/html/
cp *.png $(DESTDIR)$(prefix)/share/rivendell/apis/html/
uninstall-local:
rm -rf $(DESTDIR)$(prefix)/share/rivendell/apis
all-local: cae.html\
cae.pdf\
catchd.html\

View File

@ -440,6 +440,7 @@ rm -rf $RPM_BUILD_ROOT
/etc/auto.master.d/rd.audiostore.autofs
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf
@LOCAL_PREFIX@/share/rivendell/html/*
@LOCAL_PREFIX@/share/rivendell/apis
%files webapi
@ -464,6 +465,7 @@ rm -rf $RPM_BUILD_ROOT
%files opsguide
@LOCAL_PREFIX@/share/rivendell/opsguide.pdf
@LOCAL_PREFIX@/share/rivendell/html/*
@LOCAL_PREFIX@/share/rivendell/apis
%files devel