|
|
@ -6,28 +6,6 @@ |
|
|
|
EXTRA_DIST = package.json.in database doc node_modules public routes sockets safechat.js views |
|
|
|
EXTRA_DIST = package.json.in database doc node_modules public routes sockets safechat.js views |
|
|
|
|
|
|
|
|
|
|
|
nodejsdir = ${pkgdatadir}/nodejs |
|
|
|
nodejsdir = ${pkgdatadir}/nodejs |
|
|
|
# nodejs_DATA = package.json |
|
|
|
|
|
|
|
# dist_nodejs_DATA = database/config.json database/index.js \ |
|
|
|
|
|
|
|
# database/schema.sql public/images/abort.svg \ |
|
|
|
|
|
|
|
# public/images/audio.svg public/images/envelope.svg \ |
|
|
|
|
|
|
|
# public/images/pfeil.svg \ |
|
|
|
|
|
|
|
# public/images/safechat-rodrigo-angleton.svg \ |
|
|
|
|
|
|
|
# public/images/send.svg \ |
|
|
|
|
|
|
|
# public/images/attachment.svg \ |
|
|
|
|
|
|
|
# public/images/chat-rodrigo-angleton.svg \ |
|
|
|
|
|
|
|
# public/images/menu.svg public/images/photo.svg \ |
|
|
|
|
|
|
|
# public/images/safe-mimooh.svg \ |
|
|
|
|
|
|
|
# public/images/video.svg \ |
|
|
|
|
|
|
|
# public/javascripts/jquery.cssemoticons.js \ |
|
|
|
|
|
|
|
# public/javascripts/jquery.js \ |
|
|
|
|
|
|
|
# public/javascripts/openpgp.js \ |
|
|
|
|
|
|
|
# public/javascripts/safechat.js \ |
|
|
|
|
|
|
|
# public/sounds/A-Tone-His_Self-1266414414.mp3 \ |
|
|
|
|
|
|
|
# public/sounds/Checkout-Scanner-Beep-SoundBible.com-593325210-by-Mike-Koenig.mp3 \ |
|
|
|
|
|
|
|
# public/stylesheets/jquery.cssemoticons.css \ |
|
|
|
|
|
|
|
# public/stylesheets/safechat.css routes/index.js \ |
|
|
|
|
|
|
|
# sockets/index.js views/index.ejs views/layout.ejs \ |
|
|
|
|
|
|
|
# doc/documentation.dox safechat.js |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install-data-hook: |
|
|
|
install-data-hook: |
|
|
|
test -d $(DESTDIR)${nodejsdir} || mkdir -p $(DESTDIR)${nodejsdir} |
|
|
|
test -d $(DESTDIR)${nodejsdir} || mkdir -p $(DESTDIR)${nodejsdir} |
|
|
|