Changeset 145 in Main for trunk


Ignore:
Timestamp:
Sep 24, 2024, 3:18:27 AM (8 weeks ago)
Author:
Nishi
Message:

fix path

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r131 r145  
    4141        cp ./Server/tewi $(PREFIX)/bin/
    4242        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/
    4444
    4545format:
  • trunk/Manpage/Makefile

    r37 r145  
    33.PHONY: all clean
    44
    5 all: tewi.conf.5
     5all: tewi.8
    66
    7 tewi.conf.5: tewi.conf.5.tmpl
    8         sed "s%@PREFIX@%$(PREFIX)%g" tewi.conf.5.tmpl > $@ || rm -f $@
     7tewi.8: tewi.8.tmpl
     8        sed "s%@PREFIX@%$(PREFIX)%g" tewi.8.tmpl > $@ || rm -f $@
    99
    1010clean:
    11         rm -f tewi.conf.5
     11        rm -f tewi.8
Note: See TracChangeset for help on using the changeset viewer.