Skip to content
Snippets Groups Projects
Commit 2df593cb authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Oops, minor tweak to post-install targets to catch collab/cvs

parent 88a9f435
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ endif ...@@ -62,7 +62,7 @@ endif
@$(MAKE) -C tools post-install @$(MAKE) -C tools post-install
@$(MAKE) -C wiki post-install @$(MAKE) -C wiki post-install
@$(MAKE) -C bugdb post-install @$(MAKE) -C bugdb post-install
@$(MAKE) -C collab/mailman post-install @$(MAKE) -C collab post-install
@$(MAKE) -C utils post-install @$(MAKE) -C utils post-install
# #
......
...@@ -25,6 +25,10 @@ install: install-subdirs ...@@ -25,6 +25,10 @@ install: install-subdirs
clean: clean-subdirs clean: clean-subdirs
boss-install: install boss-install: install
post-install:
@$(MAKE) -C mailman post-install
@$(MAKE) -C cvs post-install
# How to recursively descend into subdirectories to make general # How to recursively descend into subdirectories to make general
# targets such as `all'. # targets such as `all'.
%.MAKE: %.MAKE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment