source:
Main/trunk/Manpage/Makefile@
133
Last change on this file since 133 was 37, checked in by , on Sep 16, 2024 at 10:57:39 PM | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[37] | 1 | # $Id: Makefile 37 2024-09-16 13:57:39Z nishi $ |
2 | ||
3 | .PHONY: all clean | |
4 | ||
5 | all: tewi.conf.5 | |
6 | ||
7 | tewi.conf.5: tewi.conf.5.tmpl | |
8 | sed "s%@PREFIX@%$(PREFIX)%g" tewi.conf.5.tmpl > $@ || rm -f $@ | |
9 | ||
10 | clean: | |
11 | rm -f tewi.conf.5 |
Note:
See TracBrowser
for help on using the repository browser.