summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-04-12 09:38:10 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-04-12 09:38:10 +0100
commit6ba59e963ea942c5de3ede2120dd599a8e65bd8e (patch)
tree931690dc066bb4fd53ef58f05bcbe4125b4aa22b
parent1d6ec9365f53366ba9e59d2ee538f4b4a5c61fac (diff)
downloadlibosinfo-6ba59e963ea942c5de3ede2120dd599a8e65bd8e.tar.gz
Don't generate man pages in source directoryv0.1.1
-rw-r--r--tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 29ef078..5885575 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -10,10 +10,12 @@ bin_PROGRAMS = osinfo-detect osinfo-db-validate osinfo-query
man1_MANS = osinfo-db-validate.1 osinfo-detect.1 osinfo-query.1
+CLEANFILES = $(man1_MANS)
+
POD2MAN = pod2man -c "Virtualization Support" -r "$(PACKAGE)-$(VERSION)"
%.1: %.c Makefile
- $(AM_V_GEN)$(POD2MAN) $< $(srcdir)/$@
+ $(AM_V_GEN)$(POD2MAN) $< $@
osinfo_detect_SOURCES = osinfo-detect.c
osinfo_detect_LDADD = $(GOBJECT_LIBS) \