source:
Main/trunk/Manpage/Makefile@
154
Last change on this file since 154 was 145, checked in by , on Sep 24, 2024 at 3:18:27 AM | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
1 | # $Id: Makefile 145 2024-09-23 18:18:27Z nishi $ |
2 | |
3 | .PHONY: all clean |
4 | |
5 | all: tewi.8 |
6 | |
7 | tewi.8: tewi.8.tmpl |
8 | sed "s%@PREFIX@%$(PREFIX)%g" tewi.8.tmpl > $@ || rm -f $@ |
9 | |
10 | clean: |
11 | rm -f tewi.8 |
Note:
See TracBrowser
for help on using the repository browser.