2016-04-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in'
	that broke the 'make rpm' target.
This commit is contained in:
Fred Gleason 2016-04-29 17:50:59 -04:00
parent e5b25668c0
commit b7e0c2613b
3 changed files with 7 additions and 2 deletions

View File

@ -15116,3 +15116,6 @@
2016-04-29 Fred Gleason <fredg@paravelsystems.com> 2016-04-29 Fred Gleason <fredg@paravelsystems.com>
* Added a pointer offset argument to the 'RDWaveFile::createWave()' * Added a pointer offset argument to the 'RDWaveFile::createWave()'
method in 'lib/rdwavefile.cpp' and 'lib/rdwavefile.h'. method in 'lib/rdwavefile.cpp' and 'lib/rdwavefile.h'.
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in 'docs/docbook/Makefile.am' and 'rivendell.spec.in'
that broke the 'make rpm' target.

View File

@ -40,14 +40,15 @@ all-local: cae.html\
web_api.html\ web_api.html\
web_api.pdf web_api.pdf
man_MANS = rdrevert.8 man_MANS = rdexport.1\
rdrevert.8
EXTRA_DIST = cae.html\ EXTRA_DIST = cae.html\
cae.pdf\ cae.pdf\
cae.xml\ cae.xml\
rdrevert.8\ rdrevert.8\
rdrevert.xml\ rdrevert.xml\
rdexport.8\ rdexport.1\
rdexport.xml\ rdexport.xml\
rml.html\ rml.html\
rml.pdf\ rml.pdf\

View File

@ -230,6 +230,7 @@ rm -rf $RPM_BUILD_ROOT
@CONSOLEHELPER_RDALSACONFIG@ @CONSOLEHELPER_RDALSACONFIG@
@LOCAL_PREFIX@/bin/rdgpimon @LOCAL_PREFIX@/bin/rdgpimon
@LOCAL_PREFIX@/bin/rddelete @LOCAL_PREFIX@/bin/rddelete
@LOCAL_PREFIX@/bin/rdexport
@LOCAL_PREFIX@/bin/rdimport @LOCAL_PREFIX@/bin/rdimport
@LOCAL_PREFIX@/bin/rdpurgecasts @LOCAL_PREFIX@/bin/rdpurgecasts
@LOCAL_PREFIX@/bin/rdmaint @LOCAL_PREFIX@/bin/rdmaint