]> granicus.if.org Git - graphviz/commitdiff
add missing man pages
authorJohn Ellson <ellson@research.att.com>
Fri, 21 Jul 2017 18:40:10 +0000 (14:40 -0400)
committerJohn Ellson <ellson@research.att.com>
Fri, 21 Jul 2017 18:40:10 +0000 (14:40 -0400)
cmd/tools/Makefile.am
graphviz.spec.in

index 8d91ebfc165875e72c4823d73b0c9f738e58e8cf..6325ddb5db3677d7d5e4567cfc191dce37dac79f 100644 (file)
@@ -37,6 +37,10 @@ install-data-hook:
        (cd $(DESTDIR)$(man1dir); rm -f gv2gxl.1; $(LN_S) gxl2gv.1 gv2gxl.1;)
        (cd $(DESTDIR)$(pdfdir); rm -f gv2gxl.1.pdf; $(LN_S) gxl2gv.1.pdf gv2gxl.1.pdf;)
        (cd $(DESTDIR)$(man1dir); rm -f gv2gml.1; $(LN_S) gml2gv.1 gv2gml.1;)
+       (cd $(DESTDIR)$(man1dir); rm -f gxl2dot.1; $(LN_S) gxl2gv.1 gxl2dot.1;)
+       (cd $(DESTDIR)$(man1dir); rm -f gxl2dot.1.pdf; $(LN_S) gxl2gv.1.pdf gxl2dot.1.pdf;)
+       (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1; $(LN_S) gv2gxl.1 dot2gxl.1;)
+       (cd $(DESTDIR)$(man1dir); rm -f dot2gxl.1.pdf; $(LN_S) gv2gxl.1.pdf dot2gxl.1.pdf;)
        (cd $(DESTDIR)$(pdfdir); rm -f gv2gml.1.pdf; $(LN_S) gml2gv.1.pdf gv2gml.1.pdf;)
 
 install-exec-hook:
index 02cd6bbe4fdabe8c96bbad8c5e6e30bfb409b69a..e67133023416e67bb4d77835390dd1fc5626ffc6 100644 (file)
@@ -202,6 +202,7 @@ with no X11 on the server.
 %{_mandir}/man1/cluster.1*
 %{_mandir}/man1/dijkstra.1*
 %{_mandir}/man1/dot.1*
+%{_mandir}/man1/dot2gxl.1*
 %{_mandir}/man1/fdp.1*
 %{_mandir}/man1/gc.1*
 %{_mandir}/man1/gml2gv.1*
@@ -214,6 +215,7 @@ with no X11 on the server.
 %{_mandir}/man1/gvmap.sh.1*
 %{_mandir}/man1/gvpack.1*
 %{_mandir}/man1/gvpr.1*
+%{_mandir}/man1/gxl2dot.1*
 %{_mandir}/man1/gxl2gv.1*
 %{_mandir}/man1/mingle.1*
 %{_mandir}/man1/edgepaint.1*
@@ -246,6 +248,12 @@ Requires(postun): /sbin/ldconfig
 %description libs
 Graphviz core libs 
 
+%post libs
+/sbin/ldconfig
+
+%postun libs
+/sbin/ldconfig
+
 %files libs
 %defattr(-,root,root,-)
 %{_libdir}/libcdt.so.*
@@ -256,12 +264,6 @@ Graphviz core libs
 %{_libdir}/libxdot.so.4*
 %{_libdir}/liblab_gamut.so.*
 
-%post graphviz-devel
-/sbin/ldconfig
-
-%postun graphviz-devel
-/sbin/ldconfig
-
 #-- graphviz-plugins-core rpm --------------------------------------------------
 %package plugins-core
 Group:            Applications/Multimedia
@@ -782,6 +784,12 @@ A collection of tools for the manipulation and layout
 of graphs (as in nodes and edges, not as in bar-charts).
 This package contains development files for graphviz-libs.
 
+%post devel
+/sbin/ldconfig
+
+%postun devel
+/sbin/ldconfig
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/graphviz
@@ -811,12 +819,6 @@ This package contains development files for graphviz-libs.
 %exclude %{_libdir}/graphviz/libgvplugin*
 %exclude %{_libdir}/graphviz/*.so
 
-%post graphviz-devel
-/sbin/ldconfig
-
-%postun graphviz-devel
-/sbin/ldconfig
-
 #-- graphviz-graphs rpm -------------------------------------------
 %package graphs
 Group:          Applications/Multimedia