Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
2004-05-27 Todd Berman <tberman@sevenl.net>
Browse files Browse the repository at this point in the history
        * doc/Makefile.am: fix distcheck, we arent putting docs in the right
        place now i guess. need to figure it out.
        * configure.in: bump version.

svn path=/trunk/gtksourceview-sharp/; revision=28317
  • Loading branch information
Todd Berman committed May 27, 2004
1 parent d33f558 commit 654f5b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2004-05-27 Todd Berman <tberman@sevenl.net>

* doc/Makefile.am: fix distcheck, we arent putting docs in the right
place now i guess. need to figure it out.
* configure.in: bump version.

2004-05-21 Pawel Rozanski <tokugawa@afn.no-ip.org>

* nemerle.lang: add numbers, change "void" type.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
@@ -1,7 +1,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AC_PROG_LIBTOOL
AM_INIT_AUTOMAKE(gtksourceview-sharp, 0.2)
AM_INIT_AUTOMAKE(gtksourceview-sharp, 0.3)
AM_MAINTAINER_MODE

dnl Defines CC to avoid warnings
Expand Down
5 changes: 0 additions & 5 deletions doc/Makefile.am
Expand Up @@ -21,11 +21,6 @@ CLEANFILES = gtksourceview-sharp-docs.zip gtksourceview-sharp-docs.tree

EXTRA_DIST = $(TARGETS)

install-data-local:
install -m 644 $(srcdir)/gtksourceview-sharp-docs.source $(DESTDIR)`monodoc --get-sourcesdir`
install -m 644 $(srcdir)/gtksourceview-sharp-docs.tree $(DESTDIR)`monodoc --get-sourcesdir`
install -m 644 $(srcdir)/gtksourceview-sharp-docs.zip $(DESTDIR)`monodoc --get-sourcesdir`

dist-hook:
mkdir -p $(distdir)/en
cp $(srcdir)/en/*.xml $(distdir)/en/
Expand Down

0 comments on commit 654f5b3

Please sign in to comment.