mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Added 'web/tests/utils.js'. * Fixed a bug in 'web/rdxport/carts.cpp' that allowed the EditCart web method to set carts to non-existent groups.
This commit is contained in:
@@ -46,6 +46,7 @@ install-exec-am:
|
||||
cp removecart.html $(DESTDIR)@libexecdir@
|
||||
cp removecut.html $(DESTDIR)@libexecdir@
|
||||
cp trimaudio.html $(DESTDIR)@libexecdir@
|
||||
cp utils.js $(DESTDIR)@libexecdir@
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)@libexecdir@/addcart.html
|
||||
@@ -70,6 +71,7 @@ uninstall:
|
||||
rm -f $(DESTDIR)@libexecdir@/removecart.html
|
||||
rm -f $(DESTDIR)@libexecdir@/removecut.html
|
||||
rm -f $(DESTDIR)@libexecdir@/trimaudio.html
|
||||
rm -f $(DESTDIR)@libexecdir@/utils.js
|
||||
|
||||
EXTRA_DIST = addcart.html\
|
||||
addcut.html\
|
||||
@@ -92,7 +94,8 @@ EXTRA_DIST = addcart.html\
|
||||
listservices.html\
|
||||
removecart.html\
|
||||
removecut.html\
|
||||
trimaudio.html
|
||||
trimaudio.html\
|
||||
utils.js
|
||||
|
||||
CLEANFILES = *~
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
|
||||
Reference in New Issue
Block a user