mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 13:48:04 +02:00
Clean up generated files
Add missing dist tarball files
This commit is contained in:
parent
440399b470
commit
91ed79852e
6 changed files with 20 additions and 4 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2005-10-07 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* nls/Makefile.am:
|
||||
* nls/localerules.in:
|
||||
Clean up generated files
|
||||
|
||||
* src/util/Makefile.am:
|
||||
* src/xlibi18n/Makefile.am:
|
||||
Add missing dist tarball files
|
||||
|
||||
2005-09-30 Daniel Stone <daniel@fooishbar.org>
|
||||
|
||||
* nls/Makefile.am:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre
|
|||
|
||||
x11locale_DATA = locale.alias locale.dir compose.dir
|
||||
|
||||
DISTCLEANFILES= \
|
||||
CLEANFILES= \
|
||||
locale.alias locale.alias.l1 locale.alias.l2 \
|
||||
compose.dir compose.dir.l1 compose.dir.l2 \
|
||||
locale.dir locale.dir.l1 locale.dir.l2 \
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ EXTRA_DIST = XLC_LOCALE.pre Compose.pre
|
|||
dist_x11thislocale_DATA = XI18N_OBJS
|
||||
x11thislocale_DATA = XLC_LOCALE Compose
|
||||
|
||||
DISTCLEANFILES = XLC_LOCALE Compose
|
||||
CLEANFILES = XLC_LOCALE Compose
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
#include <X11/extensions/bigreqstr.h>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# $XdotOrg: lib/X11/src/util/Makefile.am,v 1.2 2005-05-21 04:26:12 alanc Exp $
|
||||
# $XdotOrg: lib/X11/src/util/Makefile.am,v 1.3 2005-10-07 15:00:01 kem Exp $
|
||||
|
||||
noinst_PROGRAMS=makekeys
|
||||
|
||||
|
|
@ -6,3 +6,5 @@ makekeys_CFLAGS=$(X11_CFLAGS) $(BIGREQS_CFLAGS)
|
|||
|
||||
#override CC = gcc
|
||||
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
EXTRA_DIST = mkks.sh
|
||||
|
|
|
|||
|
|
@ -129,3 +129,8 @@ libi18n_la_SOURCES = \
|
|||
lcUniConv/utf8.h\
|
||||
lcUniConv/viscii.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
lcUniConv/README \
|
||||
lcUniConv/COPYRIGHT \
|
||||
lcUniConv/8bit_tab_to_h.c \
|
||||
lcUniConv/cjk_tab_to_h.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue