- Timestamp:
- 12/14/11 20:53:41 (5 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
ChangeLog (modified) (2 diffs)
-
m4/ax_boost_program_options.m4 (modified) (1 diff)
-
man/pdfcube.1 (modified) (2 diffs)
-
src/pdfcube.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r63 r69 1 2011-12-14 Mirko Maischberger <mirko.maischberger@gmail.com> 2 * src/pdfcube.cc, man/pdfcube.1, m4/ax_booost_program_options.m4: 3 Andreas Moog patches. 4 1 5 2011-11-19 Mirko Maischberger <mirko.maischberger@gmail.com> 2 6 * src/pdfcube.cc: Switching to poppler cairo rendering. … … 46 50 2006-12-16 Mirko Maischberger <mirko.maischberger@gmail.com> 47 51 * Release 0.0.1 48 52 49 53 2006-12-09 Mirko Maischberger <mirko.maischberger@gmail.com> 50 54 * Initial import -
trunk/m4/ax_boost_program_options.m4
r26 r69 65 65 ax_cv_boost_program_options, 66 66 [AC_LANG_PUSH(C++) 67 AC_COMPILE_IFELSE( AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp>67 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp> 68 68 ]], 69 69 [[boost::program_options::options_description generic("Generic options"); 70 return 0;]]) ,70 return 0;]])], 71 71 ax_cv_boost_program_options=yes, ax_cv_boost_program_options=no) 72 72 AC_LANG_POP([C++]) -
trunk/man/pdfcube.1
r63 r69 44 44 .PP 45 45 .SS Notes 46 The " -i" option can be omitted, the first non-option string is treated46 The "\-i" option can be omitted, the first non\-option string is treated 47 47 as the input file. 48 48 .SH "INTERACTIVE CONTROL" … … 92 92 a projected screen. 93 93 .PP 94 On some systems color values are locale depend ant (e.g. you may have94 On some systems color values are locale dependent (e.g. you may have 95 95 to write 0,6 instead of 0.6) 96 96 .PP -
trunk/src/pdfcube.cc
r68 r69 7 7 // Karol Sokolowski <sokoow@gmail.com> 8 8 // 9 // This program is free software; you can redistribute it and/or modify10 // it under the terms of the GNU General Public License as published by11 // the Free Software Foundation; either version 2 of the License, or12 // (at your option) any later version.9 // This program is free software; you can redistribute it and/or 10 // modify it under the terms of the GNU General Public License as 11 // published by the Free Software Foundation; either version 2 of the 12 // License, or (at your option) any later version. 13 13 // 14 // This program is distributed in the hope that it will be useful, 15 // butWITHOUT ANY WAPRANTY; without even the implied warranty of16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 // G NU General Public License for more details.14 // This program is distributed in the hope that it will be useful, but 15 // WITHOUT ANY WAPRANTY; without even the implied warranty of 16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 // General Public License for more details. 18 18 // 19 19 // You should have received a copy of the GNU General Public License 20 20 // along with this program; if not, write to the Free Software 21 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 // Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 22 // 02110-1301, USA 22 23 // 23 24 // Notes: please indent using 2 spaces.

