Skip to content

Commit

Permalink
updated to Git usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Jan 14, 2016
1 parent 911a1e0 commit 0be61f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
ChangeLog
*.tar.gz
Makefile
Makefile.in
aclocal.m4
Expand Down
5 changes: 1 addition & 4 deletions Makefile.am
@@ -1,6 +1,3 @@
# $Id: Makefile.am 13516 2011-11-03 15:57:30Z sloot $
# $URL: https://ilk.uvt.nl/svn/sources/Frog/trunk/Makefile.am $

SUBDIRS = config

EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS frogdata.pc.in
Expand All @@ -9,4 +6,4 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = frogdata.pc

ChangeLog: $(top_srcdir)/NEWS
svn update; svn2cl --include-rev
git pull; git2cl > ChangeLog
9 changes: 8 additions & 1 deletion NEWS
@@ -1,3 +1,10 @@
0.9 [Ko van der Sloot] 14-01-2016
* repository moved to git
* improved mbma and mblem data
* update frog.cfg, attempt to make more things configurable in frog
* mblem no longer uses a transtable


0.6 [Ko van der Sloot] 11-06-2014
* cleaned mblem data a lot
* cleaned mbma data a lot
Expand All @@ -13,4 +20,4 @@
* first serious release

0.1.0 [Ko vd Sloot]
* first attempt
* first attempt

0 comments on commit 0be61f9

Please sign in to comment.