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
=== modified file 'Makefile'
--- Makefile 2010-03-16 07:09:56 +0000
+++ Makefile 2010-05-15 21:42:29 +0000
@@ -8,6 +8,13 @@
8check: doc .testrepository8check: doc .testrepository
9 testr run9 testr run
1010
11clean:
12 -find -name '*.html' -exec rm -f {} \;
13 -find -name '*.pyo' -exec rm -f {} \;
14 -rm -rf .testrepository
15 -rm -rf build
16 -rm -rf dist
17
11doc:: $(patsubst %.txt,%.html, $(wildcard doc/*.txt))18doc:: $(patsubst %.txt,%.html, $(wildcard doc/*.txt))
1219
13doc:: INSTALL.html README.html20doc:: INSTALL.html README.html

Subscribers

People subscribed via source and target branches