s/GrottyParser/ManUtils/g
This commit is contained in:
parent
fc6064f4b8
commit
fadb0a1110
6 changed files with 28 additions and 28 deletions
14
Makefile
14
Makefile
|
|
@ -1,12 +1,12 @@
|
|||
.PHONY: GrottyParser
|
||||
.PHONY: ManUtils
|
||||
|
||||
GrottyParser: lib/GrottyParser/Build
|
||||
cd lib/GrottyParser && ./Build install --install-base=inst
|
||||
ManUtils: lib/ManUtils/Build
|
||||
cd lib/ManUtils && ./Build install --install-base=inst
|
||||
|
||||
lib/GrottyParser/Build: lib/GrottyParser/Build.PL
|
||||
cd lib/GrottyParser && perl Build.PL
|
||||
lib/ManUtils/Build: lib/ManUtils/Build.PL
|
||||
cd lib/ManUtils && perl Build.PL
|
||||
|
||||
clean:
|
||||
cd lib/GrottyParser && ./Build distclean
|
||||
rm -rf lib/GrottyParser/inst
|
||||
cd lib/ManUtils && ./Build distclean
|
||||
rm -rf lib/ManUtils/inst
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue