mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 01:13:50 +02:00
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:
parent
4bb2ff81c0
commit
c0fcdf8346
@ -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.
|
||||
|
@ -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\
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user