mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +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:
@@ -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\
|
||||
|
Reference in New Issue
Block a user