mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added FCKeditor extraction
SVN revision: 1955
This commit is contained in:
parent
fe2858a261
commit
40dc4ec50a
6
Makefile
6
Makefile
@ -119,9 +119,13 @@ install: $(EXECS)
|
|||||||
@$(INSTALL) -v -m 0644 man/elog.1 man/elconv.1 $(MANDIR)/man1/
|
@$(INSTALL) -v -m 0644 man/elog.1 man/elconv.1 $(MANDIR)/man1/
|
||||||
@$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/
|
@$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/
|
||||||
@$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/
|
@$(INSTALL) -v -m 0644 man/elogd.8 $(MANDIR)/man8/
|
||||||
@$(INSTALL) -D -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/fckelog.js
|
|
||||||
@$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/
|
@$(INSTALL) -v -m 0644 scripts/*.js $(ELOGDIR)/scripts/
|
||||||
|
|
||||||
|
@echo "Installing FCKeditor to $(ELOGDIR)/scripts/fckeditor"
|
||||||
|
@unzip -q -o scripts/fckeditor/fckeditor.zip -d $(ELOGDIR)/scripts/
|
||||||
|
@$(INSTALL) -D -v -m 0644 scripts/fckeditor/fckelog.js $(ELOGDIR)/scripts/fckeditor/fckelog.js
|
||||||
@$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/fckplugin.js $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/fckplugin.js
|
@$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/fckplugin.js $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/fckplugin.js
|
||||||
|
@$(INSTALL) -D -v -m 0644 scripts/fckeditor/editor/plugins/elog/inserttime.gif $(ELOGDIR)/scripts/fckeditor/editor/plugins/elog/inserttime.gif
|
||||||
|
|
||||||
@echo "Installing resources to $(ELOGDIR)/resources"
|
@echo "Installing resources to $(ELOGDIR)/resources"
|
||||||
@$(INSTALL) -m 0644 resources/* $(ELOGDIR)/resources/
|
@$(INSTALL) -m 0644 resources/* $(ELOGDIR)/resources/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user