]> git.pld-linux.org Git - packages/geany.git/blob - geany-doc_dir.patch
- tuned for 0.4
[packages/geany.git] / geany-doc_dir.patch
1 diff -aurN geany.orig/doc/Makefile.am geany/doc/Makefile.am
2 --- geany.orig/doc/Makefile.am  2005-12-11 19:06:07.000000000 +0100
3 +++ geany/doc/Makefile.am       2005-12-21 17:45:14.000000000 +0100
4 @@ -1,5 +1,5 @@
5  
6 -DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@
7 +DOCDIR = $(DESTDIR)/$(datadir)/@PACKAGE@/doc
8  HTML_FILES = html/*.html geany.css
9  IMAGE_FILES = images/*.jpg
10  EXTRA_DIST = geany.css make_webable.sh geany.txt geany_gpl.docbook geany.1 geany.docbook $(HTML_FILES) $(IMAGE_FILES)
11 diff -aurN geany.orig/src/geany.h geany/src/geany.h
12 --- geany.orig/src/geany.h      2005-12-18 23:38:44.000000000 +0100
13 +++ geany/src/geany.h   2005-12-21 17:46:05.000000000 +0100
14 @@ -67,7 +67,7 @@
15  
16  
17  #ifndef DOCDIR
18 -# define DOCDIR PACKAGE_DATA_DIR"/doc/"PACKAGE"/html/"
19 +# define DOCDIR PACKAGE_DATA_DIR"/"PACKAGE"/doc/html/index.html"
20  #endif
21  
22  
This page took 0.142063 seconds and 3 git commands to generate.