blob: a51ec2fa1fcefcd94305da6860ec3cdd59f91f91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- ./Makefile.in.orig 2011-08-22 10:10:09.000000000 -0400
+++ ./Makefile.in 2014-06-18 23:12:35.000000000 -0400
@@ -291,21 +291,21 @@
lingotdocdir = ${docdir}
lingotdoc_DATA = \
README\
- COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
- TODO\
THANKS\
- MAINTAINERS\
- src/lingot-background.xpm\
- src/lingot-logo.xpm\
+ MAINTAINERS
+EXTRA_DIST = \
+ COPYING\
+ TODO\
intltool-extract.in\
intltool-merge.in\
- intltool-update.in
-
-EXTRA_DIST = $(lingotdoc_DATA)
+ intltool-update.in\
+ src/lingot-background.xpm\
+ src/lingot-logo.xpm\
+ $(lingotdoc_DATA)
CLEANFILES = \
intltool-extract\
intltool-merge\
|