]> granicus.if.org Git - graphviz/commitdiff
don't generate gvedit.1 man pages if QT not available
authorJohn Ellson <ellson@research.att.com>
Thu, 5 Jul 2012 15:27:11 +0000 (11:27 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 5 Jul 2012 15:27:11 +0000 (11:27 -0400)
cmd/gvedit/Makefile.am

index 09f70d49d35f92d4b84cdca8af44c4a8e25d3279..45c8d008b0b9f8b70aaf618695ee7cc8deb3ed34 100644 (file)
@@ -12,10 +12,9 @@ SUBDIRS = ui images
 pdfdir = $(pkgdatadir)/doc/pdf
 gveditdir = $(pkgdatadir)/gvedit
 
+if WITH_QT
 man_MANS = gvedit.1
 pdf_DATA = gvedit.1.pdf
-
-if WITH_QT
 bin_PROGRAMS = gvedit
 gvedit_DATA = attrs.txt
 endif