]> granicus.if.org Git - graphviz/commitdiff
el5 breakage, need , in dist target, but not in install target untagged-383680da5ca9da9f5250
authorJohn Ellson <ellson@research.att.com>
Tue, 16 Aug 2016 17:18:55 +0000 (13:18 -0400)
committerJohn Ellson <ellson@research.att.com>
Tue, 16 Aug 2016 17:18:55 +0000 (13:18 -0400)
cmd/gvedit/Makefile.am

index dfb12c301a0137f1197b7941c75bd67d78e125a6..bd1b2cd108b55120584c8fe9d8bde0ead229472d 100644 (file)
@@ -6,14 +6,16 @@ SUBDIRS = ui images
 pdfdir = $(pkgdatadir)/doc/pdf
 gveditdir = $(pkgdatadir)/gvedit
 
+mans = gvedit.1
+pdfs = gvedit.1.pdf
+
 if WITH_QT
 bin_PROGRAMS = gvedit
 gvedit_DATA = attrs.txt
+man_MANS = $(mans)
+pdf_DATA = $(pdfs)
 endif
 
-man_MANS = gvedit.1
-pdf_DATA = gvedit.1.pdf
-
 AM_CPPFLAGS = \
         -I$(top_srcdir)/lib/common \
         -I$(top_srcdir)/lib/gvc \
@@ -59,7 +61,7 @@ attrs.txt: $(top_srcdir)/doc/infosrc/attrs
 gvedit.1.pdf: $(srcdir)/gvedit.1
        - $(GROFF) -Tps -man $(srcdir)/gvedit.1 | @PS2PDF@ - - >gvedit.1.pdf
 
-EXTRA_DIST = gvedit.vcxproj* gvedit.pro.in mdi.qrc $(man_MANS) $(pdf_DATA)
+EXTRA_DIST = gvedit.vcxproj* gvedit.pro.in mdi.qrc $(mans) $(pdfs)
 
 CLEANFILES = moc_csettings.cpp moc_imageviewer.cpp moc_mainwindow.cpp moc_mdichild.cpp qrc_mdi.cpp