From: Matthew Fernandez Date: Fri, 19 Jun 2020 00:14:54 +0000 (-0700) Subject: stop shipping a PDF of the lab_gamut manpage X-Git-Tag: 2.44.1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8ecd78807c0f20a382ad502c4b224683098ad8;p=graphviz stop shipping a PDF of the lab_gamut manpage The header for this library was not being installed and we do not want users directly accessing this data, so the PDF documentation was not useful to them. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dcc0c10..f3ceb96d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - graphviz-2.42.2-coverity-scan-fixes.patch - graphviz-2.42.2-dotty-menu-fix.patch - graphviz-2.42.2-ocaml-allow-const-cast.patch +- lab_gamut.3.pdf is no longer included in release archives ### Fixed - Neato's hier mode is broken since v2.44.0 #1726 diff --git a/lib/edgepaint/Makefile.am b/lib/edgepaint/Makefile.am index 056651bf5..27159a5c1 100644 --- a/lib/edgepaint/Makefile.am +++ b/lib/edgepaint/Makefile.am @@ -3,7 +3,6 @@ LAB_GAMUT_VERSION="1:0:0" -pdfdir = $(pkgdatadir)/doc/pdf pkgconfigdir = $(libdir)/pkgconfig AM_CPPFLAGS = \ @@ -22,19 +21,10 @@ noinst_LTLIBRARIES = libedgepaint_C.la lib_LTLIBRARIES = liblab_gamut.la pkgconfig_DATA = liblab_gamut.pc man_MANS = lab_gamut.3 -pdf_DATA = lab_gamut.3.pdf libedgepaint_C_la_SOURCES = edge_distinct_coloring.c furtherest_point.c intersection.c lab.c node_distinct_coloring.c liblab_gamut_la_LDFLAGS = -version-info $(LAB_GAMUT_VERSION) liblab_gamut_la_SOURCES = lab_gamut.c -lab_gamut.3.pdf: lab_gamut.3.ps - @PS2PDF@ $< $@ - -lab_gamut.3.ps: $(srcdir)/lab_gamut.3 - @GROFF@ -Tps -man $< >$@ - -EXTRA_DIST = $(man_MANS) $(pdf_DATA) edgepaintlib.vcxproj* lab_gamut.vcxproj* lab_gamut.def - -DISTCLEANFILES = $(pdf_DATA) lab_gamut.3.ps +EXTRA_DIST = $(man_MANS) edgepaintlib.vcxproj* lab_gamut.vcxproj* lab_gamut.def