]> granicus.if.org Git - graphviz/commitdiff
don't install scipt bindings during build
authorellson <devnull@localhost>
Tue, 3 May 2005 14:03:10 +0000 (14:03 +0000)
committerellson <devnull@localhost>
Tue, 3 May 2005 14:03:10 +0000 (14:03 +0000)
graphviz.spec.in
tclpkg/gv/Makefile.am

index b7cc92c7a3621dc6a8defc3723cc1a068cf3802a..d2f0f0dbe3f03ae72564846f058246231709146f 100644 (file)
@@ -43,15 +43,6 @@ of graphs (as in nodes and edges, not as in barcharts).
 %{_bindir}/*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*.so.*
-#%{_libdir}/%{name}/*.io
-#%{_libdir}/%{name}/*.ml
-#%{_libdir}/%{name}/*.mli
-#%{_libdir}/%{name}/*.php
-#%{_libdir}/%{name}/*.h
-#%{_libdir}/%{name}/*.pm
-#%{_libdir}/%{name}/*.py
-#%{_libdir}/%{name}/*.java
-#%{_libdir}/%{name}/*.cs
 %{_mandir}/man1/*.1*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/lefty
index b8e93e5dcc2f5cfe81ac6b1d6d43f6790d46f05a..8dfb42ba839a9c8a55bc35f3fd3cd73fbfa253b5 100644 (file)
@@ -126,17 +126,17 @@ gv_tcl.cpp: gv.i
 
 install-exec-hook:
 if WITH_JAVA
-       cp $(top_srcdir)/tclpkg/gv/*.java $(DESTDIR)/$(libdir)/@PACKAGE@/
+#      cp $(top_srcdir)/tclpkg/gv/*.java $(DESTDIR)/$(libdir)/@PACKAGE@/
 endif
 if WITH_PERL
-       cp $(top_srcdir)/tclpkg/gv/*.pm $(DESTDIR)/$(libdir)/@PACKAGE@/
+#      cp $(top_srcdir)/tclpkg/gv/*.pm $(DESTDIR)/$(libdir)/@PACKAGE@/
 endif
 if WITH_PHP
-       cp $(top_srcdir)/tclpkg/gv/*.php $(DESTDIR)/$(libdir)/@PACKAGE@/
-       cp $(top_srcdir)/tclpkg/gv/php_gv.h $(DESTDIR)/$(libdir)/@PACKAGE@/
+#      cp $(top_srcdir)/tclpkg/gv/*.php $(DESTDIR)/$(libdir)/@PACKAGE@/
+#      cp $(top_srcdir)/tclpkg/gv/php_gv.h $(DESTDIR)/$(libdir)/@PACKAGE@/
 endif
 if WITH_PYTHON
-       cp $(top_srcdir)/tclpkg/gv/*.py $(DESTDIR)/$(libdir)/@PACKAGE@/
+#      cp $(top_srcdir)/tclpkg/gv/*.py $(DESTDIR)/$(libdir)/@PACKAGE@/
 endif
 #      cp $(top_srcdir)/tclpkg/gv/*.cs $(DESTDIR)/$(libdir)/@PACKAGE@/
 #      cp $(top_srcdir)/tclpkg/gv/*.ml $(DESTDIR)/$(libdir)/@PACKAGE@/