SF.net SVN: geany: [1136] trunk/doc/Makefile.am

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Dec 21 14:03:18 UTC 2006


Revision: 1136
          http://svn.sourceforge.net/geany/?rev=1136&view=rev
Author:   eht16
Date:     2006-12-21 06:03:18 -0800 (Thu, 21 Dec 2006)

Log Message:
-----------
Fixed encoding of generated PDF file.
Deleted all jpg images and replaced them by png images.

Modified Paths:
--------------
    trunk/doc/Makefile.am

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2006-12-21 13:54:29 UTC (rev 1135)
+++ trunk/doc/Makefile.am	2006-12-21 14:03:18 UTC (rev 1136)
@@ -1,12 +1,12 @@
 man_MANS=geany.1
 DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@
 HTML_FILES = html/*.html geany.css
-IMAGE_FILES = images/*.jpg
+IMAGE_FILES = images/*.png
 EXTRA_DIST = geany.css geany.xsl make_webable.sh geany.txt geany_gpl.docbook geany.1 \
 			 scikeybinding.docbook geany.docbook $(HTML_FILES) $(IMAGE_FILES)
 
 pdf:
-	jw -b pdf geany.docbook
+	SP_ENCODING=XML SP_CHARSET_FIXED=YES jw -b pdf geany.docbook
 	mv geany.pdf geany-$(VERSION).pdf
 
 geany.txt:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list