repo.or.cz
/
geanyprj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add compression to NSIS
[geanyprj.git]
/
Makefile.am
blob
19c161f8d3b13c7dabb244c82d08484429a96b7b
1
SUBDIRS = src po tests
2
3
EXTRA_DIST = \
4
autogen.sh \
5
makefile.win32 \
6
intltool-extract.in \
7
intltool-merge.in \
8
intltool-update.in \
9
indent-all.sh
10
11
DISTCLEANFILES = \
12
intltool-extract \
13
intltool-merge \
14
intltool-update
15
16
.PHONY: ChangeLog mrproper
17
18
ChangeLog:
19
git log > ChangeLog
20
21
mrproper:
22
git clean -d -x -f