repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add string.replace method, patch by Ali Sabil
[vala-lang.git]
/
doc
/
Makefile.am
blob
d81c58b6b1d5f2a6fe7fd17bc933812d085f383f
1
NULL =
2
3
SUBDIRS = \
4
vala \
5
$(NULL)
6
7
if ENABLE_VAPIGEN
8
VAPIGEN_MANS = \
9
vala-gen-introspect.1 \
10
vapigen.1 \
11
$(NULL)
12
endif
13
14
man_MANS = \
15
valac.1 \
16
$(VAPIGEN_MANS) \
17
$(NULL)
18
19
EXTRA_DIST = \
20
valac.1 \
21
vala-gen-introspect.1 \
22
vapigen.1 \
23
$(NULL)
24