From 0d9f2c7311b005b2cfe2ecb3ff9fb57d4576ef7b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 12 Apr 2011 22:45:18 +0100 Subject: [PATCH 1/1] resize: Include stamp file for manpage in CLEANFILES. --- resize/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resize/Makefile.am b/resize/Makefile.am index 93c193e..838c78d 100644 --- 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) -- 1.8.3.1