goo/gfile.cc | 2 +- goo/gfile.h | 2 +- utils/pdftohtml.cc | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-)
New commits: commit a7a2e72f9ba43816a81278e0565d31807ac5ceb5 Author: Albert Astals Cid <[email protected]> Date: Thu May 10 22:31:24 2012 +0200 More gs cleanup and forgot the (C) on modification diff --git a/goo/gfile.cc b/goo/gfile.cc index 7833502..1351de7 100644 --- a/goo/gfile.cc +++ b/goo/gfile.cc @@ -19,7 +19,7 @@ // Copyright (C) 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2008 Adam Batkin <[email protected]> // Copyright (C) 2008, 2010 Hib Eris <[email protected]> -// Copyright (C) 2009 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/goo/gfile.h b/goo/gfile.h index 34b85f0..1eef058 100644 --- a/goo/gfile.h +++ b/goo/gfile.h @@ -16,7 +16,7 @@ // under GPL version 2 or later // // Copyright (C) 2006 Kristian Høgsberg <[email protected]> -// Copyright (C) 2009, 2011 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Kovid Goyal <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc index 5f7e0d4..cff0964 100644 --- a/utils/pdftohtml.cc +++ b/utils/pdftohtml.cc @@ -62,10 +62,6 @@ #include "DateInfo.h" #include "goo/gfile.h" -#ifndef GHOSTSCRIPT -# define GHOSTSCRIPT "gs" -#endif - static int firstPage = 1; static int lastPage = 0; static GBool rawOrder = gTrue;
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
