summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-07-11 11:29:15 +0200
committerYorhel <git@yorhel.nl>2012-07-11 11:29:15 +0200
commitfadb0a1110db3d90433f162ce80b1fca4f3fcaf6 (patch)
tree407057d03647445229e00444068889f03cf9bc1e /Makefile
parentfc6064f4b85eeda8f0fe15dbe9a9f05cb26da188 (diff)
s/GrottyParser/ManUtils/g
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 42a617a..25e4714 100644
--- a/Makefile
+++ b/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