]> granicus.if.org Git - graphviz/commitdiff
stop shipping a PDF of the lab_gamut manpage
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Jun 2020 00:14:54 +0000 (17:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Jun 2020 00:34:12 +0000 (17:34 -0700)
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.

CHANGELOG.md
lib/edgepaint/Makefile.am

index e0dcc0c10473da7e21e0483528a8ea1efdab079d..f3ceb96d1a982f2fe8a5c3e67b25904a15563527 100644 (file)
@@ -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
index 056651bf51e8c74c3e0e7d495c1923406e4f18ff..27159a5c1936bc61aab9299e9c791930d872e41a 100644 (file)
@@ -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