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

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

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-03-17 18:03:04 -04:00
parent 66fe9ca835
commit 4dbf6ec686
4 changed files with 97 additions and 3 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\
fonts.html\