- Timestamp:
- Sep 24, 2024, 3:18:27 AM (8 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r131 r145 41 41 cp ./Server/tewi $(PREFIX)/bin/ 42 42 cp ./Module/*.so $(PREFIX)/lib/tewi/ 43 cp ./Manpage/tewi. conf.5 $(PREFIX)/share/man/man5/43 cp ./Manpage/tewi.8 $(PREFIX)/share/man/man8/ 44 44 45 45 format: -
trunk/Manpage/Makefile
r37 r145 3 3 .PHONY: all clean 4 4 5 all: tewi. conf.55 all: tewi.8 6 6 7 tewi. conf.5: tewi.conf.5.tmpl8 sed "s%@PREFIX@%$(PREFIX)%g" tewi. conf.5.tmpl > $@ || rm -f $@7 tewi.8: tewi.8.tmpl 8 sed "s%@PREFIX@%$(PREFIX)%g" tewi.8.tmpl > $@ || rm -f $@ 9 9 10 10 clean: 11 rm -f tewi. conf.511 rm -f tewi.8
Note:
See TracChangeset
for help on using the changeset viewer.