]> git.pld-linux.org Git - packages/libgee.git/blob - libgee-doc.patch
- updated to 0.20.6
[packages/libgee.git] / libgee-doc.patch
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
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 = \
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.049824 seconds and 3 git commands to generate.