mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Added locext stuff
SVN revision: 685
This commit is contained in:
parent
ed3ab526da
commit
fccc9c861a
7
Makefile
7
Makefile
@ -40,7 +40,14 @@ indent:
|
|||||||
indent $(IFLAGS) src/elogd.c
|
indent $(IFLAGS) src/elogd.c
|
||||||
indent $(IFLAGS) src/elog.c
|
indent $(IFLAGS) src/elog.c
|
||||||
indent $(IFLAGS) src/elconv.c
|
indent $(IFLAGS) src/elconv.c
|
||||||
|
indent $(IFLAGS) src/locext.c
|
||||||
|
|
||||||
|
loc:
|
||||||
|
locext src\elogd.c eloglang.brazilian
|
||||||
|
locext src\elogd.c eloglang.dutch
|
||||||
|
locext src\elogd.c eloglang.french
|
||||||
|
locext src\elogd.c eloglang.german
|
||||||
|
locext src\elogd.c eloglang.spanish
|
||||||
|
|
||||||
install: $(EXECS)
|
install: $(EXECS)
|
||||||
$(INSTALL) -m 0755 -d $(DESTDIR) $(SDESTDIR) $(MANDIR)/man1/ $(MANDIR)/man8/
|
$(INSTALL) -m 0755 -d $(DESTDIR) $(SDESTDIR) $(MANDIR)/man1/ $(MANDIR)/man8/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user