cleanup some makefiles a bit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9344 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-12-05 22:10:05 +00:00
parent 7ef4c4070c
commit 7d6b15683f
3 changed files with 27 additions and 25 deletions

View File

@ -1,3 +1,8 @@
2004-12-05 Lars Gullik Bjønnes <larsbj@lyx.org>
* glade/Makefile.am: clean up a bit
* gimages/Makefile.am (dist_noinst_DATA): ditto
2004-12-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* GTableCreate.C: use size_t-like types for cell, row and column
@ -5,12 +10,12 @@
2004-11-29 John Spray <spray_john@users.sourceforge.net>
* GToolbar.C: Make layouts combobox not expand to full height
* GToolbar.C: Make layouts combobox not expand to full height
of toolbar, it looks more like a combobox this way.
2004-11-26 John Spray <spray_john@users.sourceforge.net>
* FileDialogPrivate.[Ch]: use Gtk::FileChooser, add
* FileDialogPrivate.[Ch]: use Gtk::FileChooser, add
filtering.
2004-11-25 John Spray <spray_john@users.sourceforge.net>

View File

@ -1,4 +1,15 @@
EXTRA_DIST = \
ams_arrow.xpm ams_brel.xpm ams_misc.xpm ams_nrel.xpm \
ams_ops.xpm arrow.xpm boperator.xpm brelats.xpm \
dots.xpm greek.xpm Makefile.am misc.xpm varsize.xpm
include $(top_srcdir)/config/common.am
dist_noinst_DATA = \
ams_arrow.xpm \
ams_brel.xpm \
ams_misc.xpm \
ams_nrel.xpm \
ams_ops.xpm \
arrow.xpm \
boperator.xpm \
brelats.xpm \
dots.xpm \
greek.xpm \
misc.xpm \
varsize.xpm

View File

@ -1,9 +1,9 @@
DISTCLEANFILES = *.orig *.rej *~ *.bak *.gladep
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
include $(top_srcdir)/config/common.am
GLADE_DIR = glade
DISTCLEANFILES += *.gladep
GLADE_FILES = \
gladedir = $(pkgdatadir)/glade
dist_glade_DATA = \
aboutlyx.glade \
character.glade \
mathDelim.glade \
@ -13,17 +13,3 @@ GLADE_FILES = \
tableCreate.glade \
text.glade \
url.glade
EXTRA_DIST = ${GLADE_FILES}
gladeinstalldirs:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/${GLADE_DIR} ;
install-data-local: gladeinstalldirs
files=`cd $(srcdir) ; echo $(GLADE_FILES)` ; \
for i in $${files} ; do \
$(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgdatadir)/${GLADE_DIR}/$$i ; \
done
dist-hook:
cd $(distdir) ; rm -rf `find . -name \*CVS\*` ;