head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.38 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.36 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.34 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2005.10.08.08.11.10; author adam; state dead; branches; next 1.2; 1.2 date 2004.12.24.18.26.57; author seb; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2004.11.29.22.11.51; author seb; state Exp; branches; next ; 1.2.6.1 date 2005.10.30.21.45.45; author salo; state dead; branches; next ; desc @@ 1.3 log @Changes 2.6: - experimentally moved source code management from CVS to GIT - added iterator functions to script bindings - more C-API tuning - add "-c" switch to dot to explicitly generate plugin "config" file instead of generating it as a side-effect of "dot -V" - better support for binary relocation. - plugin versioning and version checking - clean up of header files - provide statically linked "dot_static" (not incl. in rpms) - additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo) - add some information about plugins to "dot -v" output. - lefty/dotty fixes - fix bugs @ text @$NetBSD: patch-bw,v 1.2 2004/12/24 18:26:57 seb Exp $ --- tools/src/Makefile.in.orig 2004-12-11 20:44:04.000000000 +0000 +++ tools/src/Makefile.in @@@@ -16,7 +16,6 @@@@ - SOURCES = $(libingraphs_la_SOURCES) $(acyclic_SOURCES) $(bcomps_SOURCES) $(ccomps_SOURCES) $(dijkstra_SOURCES) $(gc_SOURCES) $(gvcolor_SOURCES) $(gvpack_SOURCES) $(gxl2dot_SOURCES) $(nop_SOURCES) $(sccmap_SOURCES) $(tred_SOURCES) $(unflatten_SOURCES) srcdir = @@srcdir@@ @@@@ -62,8 +61,7 @@@@ LTLIBRARIES = $(noinst_LTLIBRARIES) libingraphs_la_LIBADD = am_libingraphs_la_OBJECTS = ingraphs.lo libingraphs_la_OBJECTS = $(am_libingraphs_la_OBJECTS) -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ - "$(DESTDIR)$(pdfdir)" +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_acyclic_OBJECTS = acyclic.$(OBJEXT) @@@@ -152,14 +150,6 @@@@ DIST_SOURCES = $(libingraphs_la_SOURCES) man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; -pdfDATA_INSTALL = $(INSTALL_DATA) -DATA = $(pdf_DATA) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags @@@@ -263,7 +253,6 @@@@ SOCKET_LIBS = @@SOCKET_LIBS@@ SORT = @@SORT@@ STRIP = @@STRIP@@ TCLINT_INCLUDES = @@TCLINT_INCLUDES@@ -TCLSH = @@TCLSH@@ TCL_CFLAGS = @@TCL_CFLAGS@@ TCL_DEFS = @@TCL_DEFS@@ TCL_INCLUDES = @@TCL_INCLUDES@@ @@@@ -289,7 +278,6 @@@@ TK_VERSION = @@TK_VERSION@@ TK_XINCLUDES = @@TK_XINCLUDES@@ TOP_DIR = @@TOP_DIR@@ VERSION = @@VERSION@@ -WISH = @@WISH@@ WITH_MYLIBGD_FALSE = @@WITH_MYLIBGD_FALSE@@ WITH_MYLIBGD_TRUE = @@WITH_MYLIBGD_TRUE@@ WITH_TCL_FALSE = @@WITH_TCL_FALSE@@ @@@@ -367,15 +355,11 @@@@ AM_CPPFLAGS = \ -I$(top_srcdir)/dotneato/gvrender \ -I$(top_srcdir)/dotneato/common @@EXPAT_INCLUDES@@ -pdfdir = $(pkgdatadir)/doc/pdf noinst_HEADERS = ingraphs.h colortbl.h convert.h noinst_LTLIBRARIES = libingraphs.la man_MANS = gc.1 gvcolor.1 gxl2dot.1 acyclic.1 nop.1 ccomps.1 sccmap.1 \ tred.1 unflatten.1 gvpack.1 dijkstra.1 bcomps.1 -pdf_DATA = gc.pdf gvcolor.pdf gxl2dot.pdf acyclic.pdf nop.pdf ccomps.pdf \ - sccmap.pdf tred.pdf unflatten.pdf gvpack.pdf dijkstra.pdf bcomps.pdf - libingraphs_la_SOURCES = ingraphs.c ingraphs.h gxl2dot_SOURCES = cvtgxl.c dot2gxl.c gxl2dot.c gxl2dot_LDADD = \ @@@@ -665,23 +649,6 @@@@ uninstall-man1: echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ done -install-pdfDATA: $(pdf_DATA) - @@$(NORMAL_INSTALL) - test -z "$(pdfdir)" || $(mkdir_p) "$(DESTDIR)$(pdfdir)" - @@list='$(pdf_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(pdfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \ - $(pdfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \ - done - -uninstall-pdfDATA: - @@$(NORMAL_UNINSTALL) - @@list='$(pdf_DATA)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ - done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@@@ -760,9 +727,9 @@@@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pdfdir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am @@@@ -812,7 +779,7 @@@@ info: info-am info-am: -install-data-am: install-man install-pdfDATA +install-data-am: install-man @@$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook @@@@ -844,8 +811,7 @@@@ ps: ps-am ps-am: -uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man \ - uninstall-pdfDATA +uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man @@$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook @@@@ -858,25 +824,22 @@@@ uninstall-man: uninstall-man1 html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-data-hook install-exec \ install-exec-am install-exec-hook install-info install-info-am \ - install-man install-man1 install-pdfDATA install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ + install-man install-man1 install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-binPROGRAMS \ - uninstall-hook uninstall-info-am uninstall-man uninstall-man1 \ - uninstall-pdfDATA + uninstall-hook uninstall-info-am uninstall-man uninstall-man1 install-data-hook: (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1; $(LN_S) gxl2dot.1 dot2gxl.1;) - (cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf; $(LN_S) gxl2dot.pdf dot2gxl.pdf;) install-exec-hook: (cd $(DESTDIR)$(bindir); rm -f dot2gxl; $(LN_S) gxl2dot dot2gxl;) uninstall-hook: (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1;) - (cd $(DESTDIR)$(pdfdir); rm -f dot2gxl.pdf;) (cd $(DESTDIR)$(bindir); rm -f dot2gxl;) .1.pdf: @ 1.2 log @Update to version 2.0. Package changes: - use GD library from the graphics/gd package Changes since last packaged version (1.16): December 11, 2004 - release 2.0 - new CPL license - re indent all sources December 11, 2004 - release 1.18 dotneato - fix bugs: 451, 536, 545, 547, 548, 559, 561, 565, 572 - increase max size of HTML tables. - spline cluster edges in fdp - center userimages in nodes - support user images in HTML table cells - syntax extension for node:port:compass as well as node:compass - FreeBSD fixes - sync with gd-2.0.32 - attempt to catch some out-of-memory conditions with very large graphs - support background and node-fill partial transparency when truecolor=true @ text @d1 1 a1 1 $NetBSD: patch-bw,v 1.1 2004/11/29 22:11:51 seb Exp $ @ 1.2.6.1 log @Pullup ticket 866 - requested by Min Sik Kim security update for graphviz Revisions pulled up: - pkgsrc/graphics/graphviz/MESSAGE 1.4 - pkgsrc/graphics/graphviz/Makefile 1.40, 1.41 - pkgsrc/graphics/graphviz/PLIST 1.12 - pkgsrc/graphics/graphviz/buildlink3.mk 1.4 - pkgsrc/graphics/graphviz/distinfo 1.17 - pkgsrc/graphics/graphviz/patches/patch-ab removed - pkgsrc/graphics/graphviz/patches/patch-ac removed - pkgsrc/graphics/graphviz/patches/patch-ad removed - pkgsrc/graphics/graphviz/patches/patch-ae removed - pkgsrc/graphics/graphviz/patches/patch-af removed - pkgsrc/graphics/graphviz/patches/patch-ag removed - pkgsrc/graphics/graphviz/patches/patch-ah removed - pkgsrc/graphics/graphviz/patches/patch-ai removed - pkgsrc/graphics/graphviz/patches/patch-aj removed - pkgsrc/graphics/graphviz/patches/patch-ak removed - pkgsrc/graphics/graphviz/patches/patch-al removed - pkgsrc/graphics/graphviz/patches/patch-am removed - pkgsrc/graphics/graphviz/patches/patch-an removed - pkgsrc/graphics/graphviz/patches/patch-ao removed - pkgsrc/graphics/graphviz/patches/patch-ap removed - pkgsrc/graphics/graphviz/patches/patch-aq removed - pkgsrc/graphics/graphviz/patches/patch-ar removed - pkgsrc/graphics/graphviz/patches/patch-as removed - pkgsrc/graphics/graphviz/patches/patch-at removed - pkgsrc/graphics/graphviz/patches/patch-au removed - pkgsrc/graphics/graphviz/patches/patch-av removed - pkgsrc/graphics/graphviz/patches/patch-aw removed - pkgsrc/graphics/graphviz/patches/patch-ax removed - pkgsrc/graphics/graphviz/patches/patch-ay removed - pkgsrc/graphics/graphviz/patches/patch-az removed - pkgsrc/graphics/graphviz/patches/patch-ba removed - pkgsrc/graphics/graphviz/patches/patch-bb removed - pkgsrc/graphics/graphviz/patches/patch-bc removed - pkgsrc/graphics/graphviz/patches/patch-bd removed - pkgsrc/graphics/graphviz/patches/patch-be removed - pkgsrc/graphics/graphviz/patches/patch-bf removed - pkgsrc/graphics/graphviz/patches/patch-bg removed - pkgsrc/graphics/graphviz/patches/patch-bh removed - pkgsrc/graphics/graphviz/patches/patch-bi removed - pkgsrc/graphics/graphviz/patches/patch-bj removed - pkgsrc/graphics/graphviz/patches/patch-bk removed - pkgsrc/graphics/graphviz/patches/patch-bl removed - pkgsrc/graphics/graphviz/patches/patch-bm removed - pkgsrc/graphics/graphviz/patches/patch-bn removed - pkgsrc/graphics/graphviz/patches/patch-bo removed - pkgsrc/graphics/graphviz/patches/patch-bp removed - pkgsrc/graphics/graphviz/patches/patch-bq removed - pkgsrc/graphics/graphviz/patches/patch-br removed - pkgsrc/graphics/graphviz/patches/patch-bs removed - pkgsrc/graphics/graphviz/patches/patch-bt removed - pkgsrc/graphics/graphviz/patches/patch-bu removed - pkgsrc/graphics/graphviz/patches/patch-bv removed - pkgsrc/graphics/graphviz/patches/patch-bw removed - pkgsrc/graphics/graphviz/patches/patch-bx removed - pkgsrc/graphics/graphviz/patches/patch-by removed - pkgsrc/graphics/graphviz/patches/patch-bz removed - pkgsrc/graphics/graphviz/patches/patch-ca removed - pkgsrc/graphics/graphviz/patches/patch-cb removed - pkgsrc/graphics/graphviz/patches/patch-cc removed - pkgsrc/graphics/graphviz/patches/patch-cd removed - pkgsrc/graphics/graphviz/patches/patch-ce removed - pkgsrc/graphics/graphviz/patches/patch-cf removed - pkgsrc/graphics/graphviz/patches/patch-cg removed - pkgsrc/graphics/graphviz/patches/patch-ch removed - pkgsrc/graphics/graphviz/patches/patch-ci removed - pkgsrc/graphics/graphviz/patches/patch-cj removed - pkgsrc/graphics/graphviz/patches/patch-ck removed - pkgsrc/graphics/graphviz/patches/patch-cl removed - pkgsrc/graphics/graphviz/patches/patch-cm removed - pkgsrc/graphics/graphviz/patches/patch-cn removed - pkgsrc/graphics/graphviz/patches/patch-co removed - pkgsrc/graphics/graphviz/patches/patch-cp removed - pkgsrc/graphics/graphviz/patches/patch-cq removed - pkgsrc/graphics/graphviz/patches/patch-cr removed - pkgsrc/graphics/graphviz/patches/patch-cs removed - pkgsrc/graphics/graphviz/patches/patch-ct removed - pkgsrc/graphics/graphviz/patches/patch-cu removed - pkgsrc/graphics/graphviz/patches/patch-cv removed - pkgsrc/graphics/graphviz/patches/patch-cw removed Module Name: pkgsrc Committed By: adam Date: Sat Oct 8 08:11:11 UTC 2005 Modified Files: pkgsrc/graphics/graphviz: MESSAGE Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/graphics/graphviz/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn patch-bo patch-bp patch-bq patch-br patch-bs patch-bt patch-bu patch-bv patch-bw patch-bx patch-by patch-bz patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-cg patch-ch patch-ci patch-cj patch-ck patch-cl patch-cm patch-cn patch-co patch-cp patch-cq patch-cr patch-cs patch-ct patch-cu patch-cv patch-cw Log Message: Changes 2.6: - experimentally moved source code management from CVS to GIT - added iterator functions to script bindings - more C-API tuning - add "-c" switch to dot to explicitly generate plugin "config" file instead of generating it as a side-effect of "dot -V" - better support for binary relocation. - plugin versioning and version checking - clean up of header files - provide statically linked "dot_static" (not incl. in rpms) - additional "event" support for GUIs (e.g. "DotEdit" graphviz- cairo) - add some information about plugins to "dot -v" output. - lefty/dotty fixes - fix bugs --- Module Name: pkgsrc Committed By: adam Date: Sat Oct 8 11:20:26 UTC 2005 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: Fix buildling with PHP and/or Ruby installed @ text @d1 1 a1 1 $NetBSD: patch-bw,v 1.2 2004/12/24 18:26:57 seb Exp $ @ 1.1 log @Update to version 1.16. Changes since last packaged version (1.12) September 14, 2004 - release 1.16 dotneato - fix bugs: 275, 523, 526, 527, 529, 534 August 30, 2004 - release 1.14 dotneato - the official gd now has support support for GIFs again - the internal gd is now closely sync'ed with the official version and will eventually be removed in favor of using a separate installation of the official version. - gd has new support for FontConfig (thanks to Dag Lem) NB. the fontname attribute in graphs is now a font pattern as understood by fontconfig (e.g. fontname="Times-Italic"), unless it contains a '/' in which case it is interpreted as a font path as before. - gd provides support for html4 entities in decimal, hex or named, e.g "<" - "dot -v" debugging output now reports fontname -> fontpath resolutions - PostScript generated by -Tps now uses "xshow" operator for strings for better matching of bitmap and PostScript outputs. - ability to use an external gd-2.0.29 version of libgd (EXPERIMENTAL) - new feature: parallel edges by using a ":" separated list of edge colors - new feature: rankdir=BT and rankdir=RL (thanks to Dag Lem) - new layout engine: fdp - force directed placement (EXPERIMENTAL) a neato-like undirected layout engine that produces clustered symmetric layouts. Supports edges between clusters and nodes. - updated neato engine: now using stress majorization as the default, which avoids the potential for cycling - model=subset in neato provides a third distance function, where two nodes sharing many nodes will be place farther apart - shape=none now equivalent to shape=plaintext - fix label justification with \l and \r - first cut at support added to html labels - various color transparency fixes - various fixes for UTF8 and Latin[12] character encodings. - various cluster fixes. - improved hyperlink support in -Tsvg - support tooltips on clusters in client-side imagemaps gvpr - add support for scanf and friends general - greater use of shared libraries. - pkg-config files provided for shared libraries (EXPERIMENTAL) - "./configure --disable-shared --enable-static" works if needed - C++ wrappers on all header files (thanks to Victor Wodecki) - various configuration and portablity fixes - provide pdf version of man pages - Windows package provides graphviz libraries and header files - Closed bugs: 195, 198, 234, 321, 330, 399, 401, 406, 410, 411, 412, 413, 415, 416, 417, 423, 424, 427, 430, 431, 433, 434, 435, 438, 441, 442, 444, 445, 449, 450, 452, 454, 457, 458, 462, 463, 464, 467, 468, 469, 471, 475, 480, 482, 485, 495, 496, 498, 499, 500, 501, 504, 508, 511, 512, 514 March 5, 2004 - added glyphwidths.ps support utility @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- tools/src/Makefile.in.orig 2004-09-14 22:13:39.000000000 +0000 d5 1 a5 1 @@@@ -17,7 +17,6 @@@@ d13 2 a14 1 @@@@ -62,7 +61,7 @@@@ libingraphs_la_LIBADD = d17 3 a19 3 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ - "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pdfdir)" + "$(DESTDIR)$(man1dir)" d23 1 a23 1 @@@@ -153,14 +152,6 @@@@ DIST_SOURCES = $(libingraphs_la_SOURCES) d38 1 a38 1 @@@@ -264,7 +255,6 @@@@ SOCKET_LIBS = @@SOCKET_LIBS@@ d46 1 a46 1 @@@@ -290,7 +280,6 @@@@ TK_VERSION = @@TK_VERSION@@ d54 1 a54 1 @@@@ -368,7 +357,6 @@@@ AM_CPPFLAGS = \ d61 5 a65 8 bin_SCRIPTS = dot2gxl @@@@ -376,10 +364,6 @@@@ man_MANS = gc.1 gvcolor.1 gxl2dot.1 dot2 ccomps.1 sccmap.1 tred.1 unflatten.1 gvpack.1 \ dijkstra.1 bcomps.1 -pdf_DATA = gc.pdf gvcolor.pdf gxl2dot.pdf dot2gxl.pdf acyclic.pdf nop.pdf \ - ccomps.pdf sccmap.pdf tred.pdf unflatten.pdf gvpack.pdf \ - dijkstra.pdf bcomps.pdf d70 1 a70 1 @@@@ -688,23 +672,6 @@@@ uninstall-man1: d94 1 a94 1 @@@@ -783,10 +750,10 @@@@ distdir: $(DISTFILES) d98 2 a99 3 -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) \ $(HEADERS) d101 2 a102 2 - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pdfdir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ d106 1 a106 1 @@@@ -836,7 +803,7 @@@@ info: info-am d112 2 d115 1 a115 1 install-exec-am: install-binPROGRAMS install-binSCRIPTS a116 1 @@@@ -865,7 +832,7 @@@@ ps: ps-am d119 5 a123 5 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ - uninstall-info-am uninstall-man uninstall-pdfDATA + uninstall-info-am uninstall-man uninstall-man: uninstall-man1 d125 1 a125 1 @@@@ -876,13 +843,12 @@@@ uninstall-man: uninstall-man1 d127 25 a151 16 install-binSCRIPTS install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ - install-man1 install-pdfDATA install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-binPROGRAMS \ - uninstall-binSCRIPTS uninstall-info-am uninstall-man \ - uninstall-man1 uninstall-pdfDATA + install-man1 install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \ + uninstall-info-am uninstall-man uninstall-man1 d153 1 a153 1 dot2gxl.1: $(top_srcdir)/tools/src/gxl2dot.1 @