diff src/gl2ps.mk @ 6183:ad50ef752299

gl2ps: dont install docs to basedir, remove unneeded manual install of files * src/gl2ps-2-docpath.patch: dont set doc dir to . when cross compiling * src/gl2ps.mk: remove unrequired mingw manual install of files
author John Donoghue <john.donoghue@ieee.org>
date Fri, 22 Apr 2022 10:27:33 -0400
parents b19fb3ed330c
children 9fb3e9158f39
line wrap: on
line diff
--- a/src/gl2ps.mk	Fri Apr 22 10:24:28 2022 -0400
+++ b/src/gl2ps.mk	Fri Apr 22 10:27:33 2022 -0400
@@ -73,12 +73,6 @@
                 $(INSTALL) -m644 '$(1)/gl2ps.h' '$(3)$(HOST_INCDIR)'; \
             else \
                 $(MAKE) -C '$(1)' -j 1 VERBOSE=1 DESTDIR='$(3)' install; \
-                if [ $(MXE_SYSTEM) = mingw ]; then \
-                    echo "Install dll"; \
-                    $(INSTALL) -d '$(3)$(HOST_BINDIR)'; \
-                    $(INSTALL) '$(3)$(HOST_LIBDIR)/libgl2ps.dll' '$(3)$(HOST_BINDIR)/'; \
-                    rm -f '$(3)$(HOST_LIBDIR)/libgl2ps.dll'; \
-                fi; \
             fi
         endef
     else