janus-gateway/html/Makefile.am
2024-01-15 10:50:46 +01:00

16 lines
251 B
Makefile

demodir = $(datadir)/janus/html
html-local:
true
install-data-local: html-local
$(MKDIR_P) $(DESTDIR)$(demodir)
cp -r * $(DESTDIR)$(demodir)
rm -f $(DESTDIR)$(demodir)/Makefile*
uninstall-local:
rm -rf $(DESTDIR)$(demodir)
clean-local:
true