From 66f35f83524930da840f480fe53baf828fa5ebfa Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 26 Feb 2006 21:05:21 +0000 Subject: [PATCH] Create a consolidated directory for distribution specific scripts. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13404 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ Makefile.am | 2 +- {rpm => packaging}/Makefile.am | 0 {rpm => packaging}/README | 0 {rpm => packaging}/gnucash.spec.in | 0 5 files changed, 4 insertions(+), 1 deletion(-) rename {rpm => packaging}/Makefile.am (100%) rename {rpm => packaging}/README (100%) rename {rpm => packaging}/gnucash.spec.in (100%) diff --git a/ChangeLog b/ChangeLog index 895d686c77..f03a16b002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-02-26 David Hampton + * packaging: Create a consolidated directory for distribution + specific scripts. + * src/gnome-utils/dialog-utils.[ch]: * src/app-utils/option-util.c: Restore GtkOptionMenu support because the newer GtkComboBox doesn't support per item tooltips. diff --git a/Makefile.am b/Makefile.am index c1d27a0b7c..325b273f8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = . doc lib src intl-scm po rpm accounts +SUBDIRS = . doc lib src intl-scm packaging po accounts docdir = ${GNC_DOC_INSTALL_DIR} diff --git a/rpm/Makefile.am b/packaging/Makefile.am similarity index 100% rename from rpm/Makefile.am rename to packaging/Makefile.am diff --git a/rpm/README b/packaging/README similarity index 100% rename from rpm/README rename to packaging/README diff --git a/rpm/gnucash.spec.in b/packaging/gnucash.spec.in similarity index 100% rename from rpm/gnucash.spec.in rename to packaging/gnucash.spec.in