ENH: added local help and install targets

This commit is contained in:
Ken Martin
2005-06-30 09:53:03 -04:00
parent 33abddf90c
commit 154a0cd162
2 changed files with 48 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ protected:
// write the target rules for the local Makefile into the stream
void WriteLocalMakefileTargets(std::ostream& ruleFileStream);
// write the local help rule
void WriteHelpRule(std::ostream& ruleFileStream);
// create the cd to home commands
void CreateJumpCommand(std::vector<std::string>& commands,