]> git.pld-linux.org Git - packages/geany.git/commitdiff
- tuned for 0.4
authorfreetz <freetz@pld-linux.org>
Thu, 22 Dec 2005 18:11:11 +0000 (18:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geany-doc_dir.patch -> 1.2

geany-doc_dir.patch

index 98e8a250af020fbd201a95b21c98a9ac7080f298..d6c3f4279fa47e42cce0d39ad7b5073614717b74 100644 (file)
@@ -1,21 +1,21 @@
-diff -urN geany-0.3.orig/doc/Makefile.am geany-0.3/doc/Makefile.am
---- geany-0.3.orig/doc/Makefile.am     2005-11-22 20:22:54.956711648 +0100
-+++ geany-0.3/doc/Makefile.am  2005-11-22 20:48:40.736717368 +0100
+diff -aurN geany.orig/doc/Makefile.am geany/doc/Makefile.am
+--- geany.orig/doc/Makefile.am 2005-12-11 19:06:07.000000000 +0100
++++ geany/doc/Makefile.am      2005-12-21 17:45:14.000000000 +0100
 @@ -1,5 +1,5 @@
  
 -DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@
 +DOCDIR = $(DESTDIR)/$(datadir)/@PACKAGE@/doc
- HTML_FILES = html/*
- IMAGE_FILES = images/*
+ HTML_FILES = html/*.html geany.css
+ IMAGE_FILES = images/*.jpg
  EXTRA_DIST = geany.css make_webable.sh geany.txt geany_gpl.docbook geany.1 geany.docbook $(HTML_FILES) $(IMAGE_FILES)
-diff -urN geany-0.3.orig/src/geany.h geany-0.3/src/geany.h
---- geany-0.3.orig/src/geany.h 2005-11-22 20:22:54.891721528 +0100
-+++ geany-0.3/src/geany.h      2005-11-22 21:08:13.413443408 +0100
-@@ -66,7 +66,7 @@
+diff -aurN geany.orig/src/geany.h geany/src/geany.h
+--- geany.orig/src/geany.h     2005-12-18 23:38:44.000000000 +0100
++++ geany/src/geany.h  2005-12-21 17:46:05.000000000 +0100
+@@ -67,7 +67,7 @@
  
  
  #ifndef DOCDIR
--# define DOCDIR PACKAGE_DATA_DIR"/doc/"PACKAGE"/html/index.html"
+-# define DOCDIR PACKAGE_DATA_DIR"/doc/"PACKAGE"/html/"
 +# define DOCDIR PACKAGE_DATA_DIR"/"PACKAGE"/doc/html/index.html"
  #endif
  
This page took 0.155704 seconds and 4 git commands to generate.