head 1.4; access; symbols; locks; strict; comment @# @; 1.4 date 2005.04.18.05.34.42; author cworth; state Exp; branches; next 1.3; 1.3 date 2005.02.15.19.48.59; author krh; state Exp; branches; next 1.2; 1.2 date 2005.02.13.15.48.03; author krh; state Exp; branches; next 1.1; 1.1 date 2005.02.10.22.25.26; author cworth; state Exp; branches; next ; desc @@ 1.4 log @ * test/test.xml: Fix missing closing tag. * configure.in: * src/Makefile.am: Install an svgslides symlink pointing to svgslides-4suite. * example/.cvsignore: Ignore HTML output files. * test/test.xml: * example/test.xml: Add title attribute to top slides element, which appears to be required for the HTML output stuff. * src/.cvsignore: Ignore svgslides-output binary. * src/svgslides-xslt: New file (was previously named svgslides). @ text @AC_PREREQ(2.54) AC_INIT(src/svgslides.xsl) dnl =========================================================================== # Package version number SVGSLIDES_VERSION=0.1 AC_SUBST(VERSION_INFO) dnl =========================================================================== AM_INIT_AUTOMAKE(svgslides, $SVGSLIDES_VERSION) AM_MAINTAINER_MODE AC_PROG_LN_S AC_PROG_CC PKG_CHECK_MODULES(SVGSLIDES_OUTPUT, glib-2.0 >= 2.6.0 cairo >= 0.3.0 libsvg-cairo libxml-2.0) AC_OUTPUT([ Makefile src/Makefile src/svgslides ]) @ 1.3 log @2005-02-15 Kristian Høgsberg * src/svgslides-output.c (svgslides_document_output_pdf): Set DPI to 300 for PDF output. * configure.in: Remove svgslides-output/Makefile from AC_OUTPUT. @ text @d18 1 @ 1.2 log @2005-02-13 Kristian Høgsberg * configure.in: Add check for libraries requires by svgslides-output. * src/Makefile.am (pkgdata_DATA): Add svgslides-output. * src/svgslides-output.c: New tool to output svg slides to other formats. Currently only PDF. @ text @a26 1 svgslides-output/Makefile @ 1.1 log @ * example/Makefile: Move examples into a nice self-contained directory with a Makefile. * src/svgslides.in: Add a simple binary named svgslides for running things, (it finds the stylesheet under prefix/share/svgslides). * configure.in: Autotool-ify everything. @ text @d18 5 d27 1 @