]> granicus.if.org Git - graphviz/commitdiff
remove unused or empty variable expansion in lib/spine
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Oct 2020 02:52:43 +0000 (19:52 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 9 Oct 2020 14:39:58 +0000 (07:39 -0700)
lib/spine/Makefile.am

index 71c7a71e78573e3871737a1c45739b123b2907fd..bf722dff9f89e03811185418df059accb52c38e0 100644 (file)
@@ -1,9 +1,6 @@
 # $Id$ $Revision$
 ## Process this file with automake to produce Makefile.in
 
-#pdfdir = $(pkgdatadir)/doc/pdf
-#pkgconfigdir = $(libdir)/pkgconfig
-
 AM_CPPFLAGS = \
        -I$(top_srcdir)/lib \
        -I$(top_srcdir)/lib/cgraph \
@@ -14,7 +11,4 @@ noinst_LTLIBRARIES = libspine_C.la
 
 libspine_C_la_SOURCES = quad.c spine.c subset.c union_find.c
 
-EXTRA_DIST = $(man_MANS) $(pdf_DATA)
-
-DISTCLEANFILES = $(pdf_DATA)
-
+EXTRA_DIST = $(man_MANS)