mirror of
https://github.com/0intro/wmii
synced 2024-11-29 09:03:25 +03:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
OFILES=$(TARG:.1=.man1)
|
|
|
|
all: $(OFILES)
|
|
install: ${TARG:.1=.install}
|
|
uninstall: ${TARG:.1=.uninstall}
|
|
|
|
printinstall:
|
|
echo 'Install directories:'
|
|
echo ' Man: $(MAN)'
|
|
|