Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Release GKeyfile# 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Launi committed Sep 1, 2010
1 parent 0a5a001 commit 07a401a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2009-04-17 Alex Launi <alexlauni@gnome.org>

* *: The ChangeLog is auto-generated when releasing. If you
are seeing this, use 'git log' for a detailed list of changes.
14 changes: 14 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ pkgconfig_DATA = gkeyfile-sharp.pc
EXTRA_DIST = gkeyfile-sharp.pc LICENSE.LGPL gkeyfile-sharp.snk

DISTCLEANFILES = gkeyfile-sharp.pc

dist-hook:
@if test -d "$(srcdir)/.git"; \
then \
echo Creating ChangeLog && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
$(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp ; \
echo Failed to generate ChangeLog >&2 ); \
else \
echo A git clone is required to generate a ChangeLog >&2; \
fi
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GKeyFile#
A mono binding to GKeyfile.

=============
Version 0.1
=============
Initial binding of GKeyfile.

0 comments on commit 07a401a

Please sign in to comment.