Disabled desktop.png. It doesn't exists. Removed the xml.h generation
2001-08-10 Carlos Perell Marn <carlos@gnome-db.org> * Makefile.am: Disabled desktop.png. It doesn't exists. * screensavers/Makefile.am: Removed the xml.h generation rule. 2001-08-10 Carlos Perell Marn <carlos@gnome-db.org> * POTFILES.in: Fixed the screensaver files. * es.po: Updated Spanish translation.
This commit is contained in:
parent
1d840a3813
commit
8902bd3632
6 changed files with 1872 additions and 720 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-08-10 Carlos Perelló Marín <carlos@gnome-db.org>
|
||||
|
||||
* Makefile.am: Disabled desktop.png. It doesn't exists.
|
||||
* screensavers/Makefile.am: Removed the xml.h generation rule.
|
||||
|
||||
2001-08-09 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* Makeflie.am (EXTRA_DIST): Install all pixmaps.
|
||||
|
|
|
@ -19,7 +19,8 @@ screensaver_properties_capplet_SOURCES = \
|
|||
resources.c resources.h\
|
||||
XScreenSaver_ad.h
|
||||
|
||||
pixmaps_DATA = no-hack.png blank-screen.png screen.png
|
||||
pixmaps_DATA = no-hack.png blank-screen.png
|
||||
#screen.png
|
||||
|
||||
##
|
||||
## You should not need to modify anything below this line
|
||||
|
|
|
@ -147,16 +147,7 @@ Screensavers = \
|
|||
xteevee.xml \
|
||||
zoom.xml
|
||||
|
||||
Translatables = $(Screensavers:.xml=.xml.h)
|
||||
$(Translatables): %.xml.h: %.xml
|
||||
$(top_srcdir)/xml-i18n-extract --type=gettext/xml $<
|
||||
|
||||
all: $(Translatables)
|
||||
|
||||
EXTRA_DIST = $(Screensavers) README \
|
||||
$(Translatables)
|
||||
|
||||
CLEANFILES = $(Translatables)
|
||||
EXTRA_DIST = $(Screensavers) README
|
||||
|
||||
ADFILE = $(XSCREENSAVER_PREFIX)/lib/X11/app-defaults/XScreenSaver
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue