git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e635ac
)
resize: Include stamp file for manpage in CLEANFILES.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 12 Apr 2011 21:45:18 +0000
(22:45 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 12 Apr 2011 21:45:18 +0000
(22:45 +0100)
resize/Makefile.am
patch
|
blob
|
history
diff --git
a/resize/Makefile.am
b/resize/Makefile.am
index
93c193e
..
838c78d
100644
(file)
--- a/
resize/Makefile.am
+++ b/
resize/Makefile.am
@@
-71,6
+71,8
@@
stamp-virt-resize.pod: virt-resize.pod
$<
touch $@
+CLEANFILES += stamp-virt-resize.pod
+
# Tests.
random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null)