Changeset 73
- Timestamp:
- 01/20/07 01:14:52 (2 years ago)
- Files:
-
- trunk/bin/make-make.pl (modified) (1 diff)
- trunk/doc/pod/Kwiki-Cache (added)
- trunk/doc/pod/Kwiki-Formatter (added)
- trunk/doc/pod/Kwiki-Hub (added)
- trunk/doc/pod/KwikiCache (deleted)
- trunk/doc/pod/KwikiFormatter (deleted)
- trunk/doc/pod/KwikiHub (deleted)
- trunk/src/core/docs.mk (modified) (1 diff)
- trunk/src/plugins/docs.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/make-make.pl
r71 r73 96 96 \$(${TYPE}_LEVEL_$level): 97 97 lib=../../src/$type/$stars/$pathlet/\$\@; \\ 98 link=`perl -e '\$\$_=shift;s!/! !g;s!\\.pod\$\$!!;print' \$\@`; \\98 link=`perl -e '\$\$_=shift;s!/!-!g;s!\\.pod\$\$!!;print' \$\@`; \\ 99 99 ln -fs \$\$lib \$\$link; 100 100 ... trunk/src/core/docs.mk
r71 r73 15 15 $(CORE_LEVEL_2): 16 16 lib=../../src/core/*/src/doc/$@; \ 17 link=`perl -e '$$_=shift;s!/! !g;s!\.pod$$!!;print' $@`; \17 link=`perl -e '$$_=shift;s!/!-!g;s!\.pod$$!!;print' $@`; \ 18 18 ln -fs $$lib $$link; trunk/src/plugins/docs.mk
r71 r73 8 8 $(PLUGINS_LEVEL_2): 9 9 lib=../../src/plugins/*/*/src/doc/$@; \ 10 link=`perl -e '$$_=shift;s!/! !g;s!\.pod$$!!;print' $@`; \10 link=`perl -e '$$_=shift;s!/!-!g;s!\.pod$$!!;print' $@`; \ 11 11 ln -fs $$lib $$link;
