]> git.pld-linux.org Git - packages/libgee.git/blame - libgee-doc.patch
- updated to 0.20.6
[packages/libgee.git] / libgee-doc.patch
CommitLineData
3384c4dd
JB
1--- libgee-0.20.0/doc/Makefile.am.orig 2013-03-30 21:15:30.000000000 +0100
2+++ libgee-0.20.0/doc/Makefile.am 2017-04-11 21:02:00.553783557 +0200
ccd3d1e3
JB
3@@ -8,7 +8,6 @@
4
5 doc_data = \
6 gee-0.8/*.css \
7- gee-0.8/*.png \
8 $(NULL)
9
10 doc_DATA = \
3384c4dd
JB
11@@ -28,7 +28,7 @@
12 $(doc_data) $(innerdoc_DATA) $(img_DATA): gee-0.8/index.html
13
14 gee-0.8/index.html:
15- $(VALADOC) -o gee-0.8/ --wiki ./ --force -b $(top_srcdir) $(SRC_DIR)/*.vala
16+ $(VALADOC) -o gee-0.8/ --wiki ./ --force -b $(top_srcdir) --vapidir ../utils --pkg geeutils --pkg gio-2.0 $(SRC_DIR)/*.vala
17
18 EXTRA_DIST += \
19 index.wiki \
This page took 0.166285 seconds and 4 git commands to generate.