Page MenuHomeClusterLabs Projects

man.mk
No OneTemporary

all:
install:
for i in ${TARGET}; do \
p=`echo $$i | sed -e 's#.*\.##g'`; \
install -d ${mandir}/man$$p; \
install -m644 $(S)/$$i ${mandir}/man$$p; \
done
uninstall:
for i in ${TARGET}; do \
p=`echo $$i | sed -e 's#.*\.##g'`; \
${UNINSTALL} $$i ${mandir}/man$$p; \
done
clean:

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Jan 25, 6:23 AM (1 d, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1298668
Default Alt Text
man.mk (294 B)

Event Timeline