Changeset 145 in Main for trunk/Manpage


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

fix path

Location:
trunk/Manpage
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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.