Merge lp:~jpds/lmirror/make-clean into lp:~lmirror/lmirror/trunk

Proposed by Jonathan Davies
Status: Merged
Merged at revision: 61
Proposed branch: lp:~jpds/lmirror/make-clean
Merge into: lp:~lmirror/lmirror/trunk
Diff against target: 17 lines (+7/-0)
1 file modified
Makefile (+7/-0)
To merge this branch: bzr merge lp:~jpds/lmirror/make-clean
Reviewer Review Type Date Requested Status
lmirror committers code Pending
Review via email: mp+25383@code.launchpad.net

Description of the change

Created clean make target to remove files which we don't want on source package build.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2010-03-16 07:09:56 +0000
3+++ Makefile 2010-05-15 21:42:29 +0000
4@@ -8,6 +8,13 @@
5 check: doc .testrepository
6 testr run
7
8+clean:
9+ -find -name '*.html' -exec rm -f {} \;
10+ -find -name '*.pyo' -exec rm -f {} \;
11+ -rm -rf .testrepository
12+ -rm -rf build
13+ -rm -rf dist
14+
15 doc:: $(patsubst %.txt,%.html, $(wildcard doc/*.txt))
16
17 doc:: INSTALL.html README.html

Subscribers

People subscribed via source and target branches