mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-11 09:31:16 +02:00
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:
parent
e5b25668c0
commit
b7e0c2613b
@ -15116,3 +15116,6 @@
|
||||
2016-04-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a pointer offset argument to the 'RDWaveFile::createWave()'
|
||||
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.
|
||||
|
@ -40,14 +40,15 @@ all-local: cae.html\
|
||||
web_api.html\
|
||||
web_api.pdf
|
||||
|
||||
man_MANS = rdrevert.8
|
||||
man_MANS = rdexport.1\
|
||||
rdrevert.8
|
||||
|
||||
EXTRA_DIST = cae.html\
|
||||
cae.pdf\
|
||||
cae.xml\
|
||||
rdrevert.8\
|
||||
rdrevert.xml\
|
||||
rdexport.8\
|
||||
rdexport.1\
|
||||
rdexport.xml\
|
||||
rml.html\
|
||||
rml.pdf\
|
||||
|
@ -230,6 +230,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
@CONSOLEHELPER_RDALSACONFIG@
|
||||
@LOCAL_PREFIX@/bin/rdgpimon
|
||||
@LOCAL_PREFIX@/bin/rddelete
|
||||
@LOCAL_PREFIX@/bin/rdexport
|
||||
@LOCAL_PREFIX@/bin/rdimport
|
||||
@LOCAL_PREFIX@/bin/rdpurgecasts
|
||||
@LOCAL_PREFIX@/bin/rdmaint
|
||||
|
Loading…
x
Reference in New Issue
Block a user