aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-07 22:27:47 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-07 22:27:47 +0300
commit295a4f5dc8197b7bf7c5f2d023fb940dbc6d4ab8 (patch)
treefb43640973378024bb8dedae5b6b2d1ef93dc0f2
parent478e6eb666648a9e28f5e5706bf73a47599beeec (diff)
downloadgdbm-295a4f5dc8197b7bf7c5f2d023fb940dbc6d4ab8.tar.gz
gdbm-295a4f5dc8197b7bf7c5f2d023fb940dbc6d4ab8.tar.bz2
Switch to Git repository
-rw-r--r--.gitignore (renamed from .cvsignore)23
-rw-r--r--ChangeLog15
-rw-r--r--compat/.gitignore (renamed from compat/.cvsignore)0
-rw-r--r--doc/.gitignore (renamed from doc/.cvsignore)0
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/gdbm.texi (renamed from doc/gdbm.texinfo)0
-rw-r--r--export/.gitignore (renamed from export/.cvsignore)0
-rw-r--r--po/.gitignore (renamed from po/.cvsignore)0
-rw-r--r--src/.gitignore (renamed from src/.cvsignore)0
-rw-r--r--tests/.gitignore (renamed from tests/.cvsignore)0
10 files changed, 38 insertions, 4 deletions
diff --git a/.cvsignore b/.gitignore
index 760601c..12a8466 100644
--- a/.cvsignore
+++ b/.gitignore
@@ -1,16 +1,35 @@
1*.a
2*.la
3*.lo
4*.o
5*.orig
6*.pyc
7*.rej
8*.tar.bz2
9*.tar.gz
10*.tar.xz
11*~
12.deps
1.emacs* 13.emacs*
2*.tar.* 14.libs
3ABOUT-NLS 15ABOUT-NLS
16ChangeLog
17INSTALL
4Makefile 18Makefile
5Makefile.in 19Makefile.in
20TAGS
6aclocal.m4 21aclocal.m4
7autoconf.h.in
8autoconf.h 22autoconf.h
23autoconf.h.in
9autom4te.cache 24autom4te.cache
10build-aux 25build-aux
11config.log 26config.log
12config.status 27config.status
13configure 28configure
29configure.ac
30core
31gmon.out
32libltdl
14libtool 33libtool
15m4 34m4
16stamp-h1 35stamp-h1
diff --git a/ChangeLog b/ChangeLog
index e08148b..51751d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12016-07-07 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 Switch to Git repository
4
5 * .cvsignore: Rename to .gitignore
6 * compat/.cvsignore: Likewise.
7 * doc/.cvsignore: Likewise.
8 * export/.cvsignore: Likewise.
9 * po/.cvsignore: Likewise.
10 * src/.cvsignore: Likewise.
11 * tests/.cvsignore: Likewise.
12
13 * doc/gdbm.texinfo: Rename to doc/gdbm.texi
14 * doc/Makefile.am: Update
15
12016-07-06 Sergey Poznyakoff <gray@gnu.org.ua> 162016-07-06 Sergey Poznyakoff <gray@gnu.org.ua>
2 17
3 * doc/gdbm.texinfo: Normal installation prefix is /usr. 18 * doc/gdbm.texinfo: Normal installation prefix is /usr.
diff --git a/compat/.cvsignore b/compat/.gitignore
index 62535c7..62535c7 100644
--- a/compat/.cvsignore
+++ b/compat/.gitignore
diff --git a/doc/.cvsignore b/doc/.gitignore
index e3d20a8..e3d20a8 100644
--- a/doc/.cvsignore
+++ b/doc/.gitignore
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8773b75..1c83450 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GDBM. -*- Makefile -*- 1# This file is part of GDBM. -*- Makefile -*-
2# Copyright (C) 2007, 2011, 2014, 2015 Free Software Foundation, Inc. 2# Copyright (C) 2007, 2011, 2014-2016 Free Software Foundation, Inc.
3# 3#
4# GDBM is free software; you can redistribute it and/or modify 4# GDBM is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16 16
17# Documentation 17# Documentation
18 18
19info_TEXINFOS = gdbm.texinfo 19info_TEXINFOS = gdbm.texi
20gdbm_TEXINFOS=\ 20gdbm_TEXINFOS=\
21 fdl.texi 21 fdl.texi
22 22
diff --git a/doc/gdbm.texinfo b/doc/gdbm.texi
index 6322a9b..6322a9b 100644
--- a/doc/gdbm.texinfo
+++ b/doc/gdbm.texi
diff --git a/export/.cvsignore b/export/.gitignore
index 62e7a85..62e7a85 100644
--- a/export/.cvsignore
+++ b/export/.gitignore
diff --git a/po/.cvsignore b/po/.gitignore
index d0e89c4..d0e89c4 100644
--- a/po/.cvsignore
+++ b/po/.gitignore
diff --git a/src/.cvsignore b/src/.gitignore
index bc1099e..bc1099e 100644
--- a/src/.cvsignore
+++ b/src/.gitignore
diff --git a/tests/.cvsignore b/tests/.gitignore
index 0883563..0883563 100644
--- a/tests/.cvsignore
+++ b/tests/.gitignore

Return to:

Send suggestions and report system problems to the System administrator.