Do not apply createpngdirectory.patch since empty png dir exists in the source
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Thu, 6 Jan 2011 22:22:45 +0000 (00:22 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Thu, 6 Jan 2011 22:22:45 +0000 (00:22 +0200)
.pc/applied-patches
.pc/createpngdirectory.patch/.timestamp [deleted file]
.pc/createpngdirectory.patch/texinfo/png/Makefile.am [deleted file]
debian/patches/series
texinfo/png/Makefile.am
texinfo/png/Makefile.in

index 1287af97456ef8d26302beff3d58ae2732bc544a..08692050e373492cb8343af35e4414241fc8a92a 100644 (file)
@@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch
 dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
-createpngdirectory.patch
 mgl-mgl_data_io_cpp.patch
diff --git a/.pc/createpngdirectory.patch/.timestamp b/.pc/createpngdirectory.patch/.timestamp
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/.pc/createpngdirectory.patch/texinfo/png/Makefile.am b/.pc/createpngdirectory.patch/texinfo/png/Makefile.am
deleted file mode 100644 (file)
index 80e5143..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-pngdir = $(docdir)/png
-
-images = ${shell $(top_builddir)/examples/mgl_example -list}
-png_images = ${images:=.png}
-png_DATA = $(png_images)
-CLEANFILES = $(png_images)
-
-$(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example
-       $(top_builddir)/examples/mgl_example -kind=${@:.png=}
-       cp ${@} ../../png/
-       touch $(srcdir)/../mathgl.texi
index 93e491ed9e868d6b54ccbf241117221bc4c4cc96..08692050e373492cb8343af35e4414241fc8a92a 100644 (file)
@@ -3,5 +3,4 @@ dircategory-and-direntry-mathgl-ru-texi.patch
 dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
-createpngdirectory.patch 
 mgl-mgl_data_io_cpp.patch
index 1d2894096d3686491a0d91554fef36914bed0433..80e51434070da5ec177111993f9a70563ae73ffc 100644 (file)
@@ -7,6 +7,5 @@ CLEANFILES = $(png_images)
 
 $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example
        $(top_builddir)/examples/mgl_example -kind=${@:.png=}
-       if test ! -d ../../png; then mkdir ../../png/; fi
        cp ${@} ../../png/
        touch $(srcdir)/../mathgl.texi
index bf7b8af5f6b5066ef499b2ce22c260df4c93e050..b4d2d2919535c104a1126dc1580002c120aa6040 100644 (file)
@@ -461,7 +461,6 @@ uninstall-am: uninstall-pngDATA
 
 $(png_images): hotdogs.pts # $(top_builddir)/examples/mgl_example
        $(top_builddir)/examples/mgl_example -kind=${@:.png=}
-       if test ! -d ../../png; then mkdir ../../png/; fi
        cp ${@} ../../png/
        touch $(srcdir)/../mathgl.texi