From: Matthew Fernandez Date: Sat, 13 Jun 2020 22:22:11 +0000 (-0700) Subject: fix incorrect makefile target for prune manpage PDF X-Git-Tag: 2.44.1~9^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc1ed61e2eba58eb6f770075be98543e0a3048b7;p=graphviz fix incorrect makefile target for prune manpage PDF --- diff --git a/contrib/prune/Makefile.am b/contrib/prune/Makefile.am index db29239e3..208d23c16 100644 --- a/contrib/prune/Makefile.am +++ b/contrib/prune/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = \ bin_PROGRAMS = prune noinst_HEADERS = generic_list.h man_MANS = prune.1 -pdf_DATA = prune.pdf +pdf_DATA = prune.1.pdf prune_SOURCES = generic_list.c prune.c @@ -20,7 +20,7 @@ prune_LDADD = $(top_builddir)/lib/ingraphs/libingraphs_C.la \ $(top_builddir)/lib/cgraph/libcgraph.la \ $(top_builddir)/lib/cdt/libcdt.la -.1.pdf: +prune.1.pdf: prune.1 @GROFF@ -Tps -man $< | @PS2PDF@ - - >$@ EXTRA_DIST = $(man_MANS) $(pdf_DATA) README test.gv prune.vcxproj* diff --git a/doc/index.html b/doc/index.html index 1547b103c..b157517bb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -47,7 +47,7 @@
  • neato.1
  • nop.1
  • osage.1 -
  • prune.1 +
  • prune.1
  • sccmap.1
  • tred.1
  • twopi.1 diff --git a/windows/graphviz-msi/setup/setup.vdproj b/windows/graphviz-msi/setup/setup.vdproj index c4853e519..53d5f6125 100644 --- a/windows/graphviz-msi/setup/setup.vdproj +++ b/windows/graphviz-msi/setup/setup.vdproj @@ -6034,8 +6034,8 @@ } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_243D267285184B3E97811A66F51C325E" { - "SourcePath" = "8:..\\..\\release\\share\\graphviz\\doc\\pdf\\prune.pdf" - "TargetName" = "8:prune.pdf" + "SourcePath" = "8:..\\..\\release\\share\\graphviz\\doc\\pdf\\prune.1.pdf" + "TargetName" = "8:prune.1.pdf" "Tag" = "8:" "Folder" = "8:_AA21810D168D4D91A51B8EAF461B6858" "Condition" = "8:" @@ -18508,7 +18508,7 @@ } "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_22D46F5B06EB47F289AC4644ECD5136C" { - "Name" = "8:Shortcut to prune.pdf" + "Name" = "8:Shortcut to prune.1.pdf" "Arguments" = "8:" "Description" = "8:" "ShowCmd" = "3:1" diff --git a/windows/graphviz-msi/setup/setup_stable.vdproj b/windows/graphviz-msi/setup/setup_stable.vdproj index a7dd2177f..87f7b7d22 100755 --- a/windows/graphviz-msi/setup/setup_stable.vdproj +++ b/windows/graphviz-msi/setup/setup_stable.vdproj @@ -5964,8 +5964,8 @@ } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_243D267285184B3E97811A66F51C325E" { - "SourcePath" = "8:..\\..\\release\\share\\graphviz\\doc\\pdf\\prune.pdf" - "TargetName" = "8:prune.pdf" + "SourcePath" = "8:..\\..\\release\\share\\graphviz\\doc\\pdf\\prune.1.pdf" + "TargetName" = "8:prune.1.pdf" "Tag" = "8:" "Folder" = "8:_AA21810D168D4D91A51B8EAF461B6858" "Condition" = "8:" @@ -18389,7 +18389,7 @@ } "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_22D46F5B06EB47F289AC4644ECD5136C" { - "Name" = "8:Shortcut to prune.pdf" + "Name" = "8:Shortcut to prune.1.pdf" "Arguments" = "8:" "Description" = "8:" "ShowCmd" = "3:1"