~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Steve Kowalik
  • Date: 2011-11-18 00:29:04 UTC
  • mto: This revision was merged to the branch mainline in revision 14321.
  • Revision ID: stevenk@ubuntu.com-20111118002904-c9nzx4xn0jayvh03
Fix one missing rm call to be .

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        $(PY) ./utilities/make-dummy-hosted-branches
80
80
 
81
81
$(API_INDEX): $(BZR_VERSION_INFO) $(PY)
82
 
        rm -r $(APIDOC_DIR) $(APIDOC_DIR).tmp
 
82
        $(RM) -r $(APIDOC_DIR) $(APIDOC_DIR).tmp
83
83
        mkdir -p $(APIDOC_DIR).tmp
84
84
        LPCONFIG=$(LPCONFIG) $(PY) ./utilities/create-lp-wadl-and-apidoc.py \
85
85
            --force "$(APIDOC_TMPDIR)"