Do not proceed with install until cling.pod is generated

This commit is contained in:
Anirudha Bose 2014-06-12 15:28:40 +05:30 committed by sftnight
parent 47e6f62d7b
commit 4f93aff0bc

View File

@ -108,7 +108,8 @@ install-ps:: $(PS)
$(Verb) $(MKDIR) $(PS_DIR)
$(Verb) $(DataInstall) $(PS) $(PS_DIR)
install-local:: podgen | $(INSTALL_TARGETS)
install-local:: podgen
$(MAKE) $(INSTALL_TARGETS)
uninstall-local::
$(Echo) Uninstalling Cling Tools Documentation