Changeset 5654
- Timestamp:
- 11/01/09 15:58:14 (3 weeks ago)
- Files:
-
- 1 modified
-
mpich2/trunk/src/pm/mpd/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/pm/mpd/Makefile.in
r5167 r5654 247 247 htmldoc: 248 248 latexdoc: 249 mandoc:250 # Empty tags targets (MPICH2 wants this target)251 249 tags: TAGS 252 250 TAGS: … … 256 254 257 255 # EXPERIMENTAL MAN STUFF 258 man :256 mandoc: 259 257 -@for cmd in ${PYTHON_SOURCE} ; do \ 260 c urrdir=`pwd` ; cd ${srcdir} && pydoc $$cmd | txt2man -t $$cmd -s 1 -v "mpd cmds" | awk ' !/Help on module/ { print } ' > $$currdir/$$cmd.1 ; \258 cd ${srcdir} && pydoc $$cmd | txt2man -t $$cmd -s 1 -v "mpd cmds" | awk ' !/Help on module/ { print } ' > ../../../man/man1/$$cmd.1 ; \ 261 259 done 262 260 # (Note to makefile maintainers: not all make programs accept comments in … … 267 265 install-man: 268 266 -@for cmd in ${PYTHON_SOURCE} ; do \ 269 ${INSTALL} -m 644 $$cmd.1 $(DESTDIR)${mandir}/ $$cmd.1 ; \270 done 267 ${INSTALL} -m 644 $$cmd.1 $(DESTDIR)${mandir}/man1/$$cmd.1 ; \ 268 done
