"Finish off" this program, add manpage.
[virt-top.git] / virt-df / Makefile.in
index ef456df..13d386e 100644 (file)
@@ -1,4 +1,19 @@
-# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $
+# virt-df
+# Copyright (C) 2007 Red Hat Inc., Richard W.M. Jones
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 PACKAGE                := @PACKAGE_NAME@
 VERSION                := @PACKAGE_VERSION@
@@ -35,9 +50,9 @@ export LD_LIBRARY_PATH=../libvirt
 BYTE_TARGETS   := virt-df
 OPT_TARGETS    := virt-df.opt
 
-#ifeq ($(HAVE_PERLDOC),perldoc)
-#BYTE_TARGETS  += virt-df.1 virt-df.txt
-#endif
+ifeq ($(HAVE_PERLDOC),perldoc)
+BYTE_TARGETS   += virt-df.1 virt-df.txt
+endif
 
 all: $(BYTE_TARGETS)
 
@@ -53,14 +68,14 @@ virt-df.opt: $(XOBJS)
          ../libvirt/mllibvirt.cmxa -cclib -lncurses -o $@ $^
 
 # Manual page.
-#ifeq ($(HAVE_PERLDOC),perldoc)
-#virt-df.1: virt-df.pod
-#      pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \
-#              $< > $@
-#
-#virt-df.txt: virt-df.pod
-#      pod2text $< > $@
-#endif
+ifeq ($(HAVE_PERLDOC),perldoc)
+virt-df.1: virt-df.pod
+       pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \
+               $< > $@
+
+virt-df.txt: virt-df.pod
+       pod2text $< > $@
+endif
 
 install:
        if [ -x virt-df.opt ]; then \