]> git.pld-linux.org Git - packages/geany.git/blob - geany-doc_dir.patch
- pl, fixed summary/desription
[packages/geany.git] / geany-doc_dir.patch
1 diff -urN geany-0.3.orig/doc/Makefile.am geany-0.3/doc/Makefile.am
2 --- geany-0.3.orig/doc/Makefile.am      2005-11-22 20:22:54.956711648 +0100
3 +++ geany-0.3/doc/Makefile.am   2005-11-22 20:48:40.736717368 +0100
4 @@ -1,5 +1,5 @@
5  
6 -DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@
7 +DOCDIR = $(DESTDIR)/$(datadir)/@PACKAGE@/doc
8  HTML_FILES = html/*
9  IMAGE_FILES = images/*
10  EXTRA_DIST = geany.css make_webable.sh geany.txt geany_gpl.docbook geany.1 geany.docbook $(HTML_FILES) $(IMAGE_FILES)
11 diff -urN geany-0.3.orig/src/geany.h geany-0.3/src/geany.h
12 --- geany-0.3.orig/src/geany.h  2005-11-22 20:22:54.891721528 +0100
13 +++ geany-0.3/src/geany.h       2005-11-22 21:08:13.413443408 +0100
14 @@ -66,7 +66,7 @@
15  
16  
17  #ifndef DOCDIR
18 -# define DOCDIR PACKAGE_DATA_DIR"/doc/"PACKAGE"/html/index.html"
19 +# define DOCDIR PACKAGE_DATA_DIR"/"PACKAGE"/doc/html/index.html"
20  #endif
21  
22  
This page took 0.086163 seconds and 3 git commands to generate.