Skip to content

Commit c287519

Browse files
committed
Commit inicial
0 parents  commit c287519

30 files changed

+20524
-0
lines changed

AUTHORS

Whitespace-only changes.

COPYING

+675
Large diffs are not rendered by default.

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

INSTALL

+370
Large diffs are not rendered by default.

Makefile.am

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Process this file with automake to produce Makefile.in
2+
## Created by Anjuta
3+
4+
SUBDIRS = src
5+
6+
dist_doc_DATA = \
7+
README \
8+
COPYING \
9+
AUTHORS \
10+
ChangeLog \
11+
INSTALL \
12+
NEWS
13+
14+
15+
16+
# Remove doc directory on uninstall
17+
uninstall-local:
18+
-rm -r $(docdir)

0 commit comments

Comments
 (0)