source: Main/trunk/Manpage/Makefile@ 40

Last change on this file since 40 was 37, checked in by Nishi, on Sep 16, 2024 at 10:57:39 PM

add manpage

  • Property svn:keywords set to Id
File size: 166 bytes
RevLine 
[37]1# $Id: Makefile 37 2024-09-16 13:57:39Z nishi $
2
3.PHONY: all clean
4
5all: tewi.conf.5
6
7tewi.conf.5: tewi.conf.5.tmpl
8 sed "s%@PREFIX@%$(PREFIX)%g" tewi.conf.5.tmpl > $@ || rm -f $@
9
10clean:
11 rm -f tewi.conf.5
Note: See TracBrowser for help on using the repository browser.