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

@@ -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\