source: Main/trunk/Manpage/Makefile@ 155

Last change on this file since 155 was 145, checked in by Nishi, on Sep 24, 2024 at 3:18:27 AM

fix path

  • Property svn:keywords set to Id
File size: 141 bytes
Line 
1# $Id: Makefile 145 2024-09-23 18:18:27Z nishi $
2
3.PHONY: all clean
4
5all: tewi.8
6
7tewi.8: tewi.8.tmpl
8 sed "s%@PREFIX@%$(PREFIX)%g" tewi.8.tmpl > $@ || rm -f $@
9
10clean:
11 rm -f tewi.8
Note: See TracBrowser for help on using the repository browser.