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
Tue, Feb 25, 6:45 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1456144
Default Alt Text
man.mk (294 B)

Event Timeline