blob: 7d5d263acc10774c0d451294d15fac54706568f1 (
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
|
--- Makefile.in.orig Fri Dec 23 23:16:01 2005
+++ Makefile.in Sun Jan 7 23:29:03 2007
@@ -247,9 +247,9 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = check-news
-SUBDIRS = pubtext unicode doc \
+SUBDIRS = pubtext unicode \
include generic \
- intl po \
+ po \
lib nsgmls spent spam sgmlnorm sx spcat \
tests @DOCSRC@
@@ -709,7 +709,7 @@
info-am:
-install-data-am: install-pkgdocDATA install-pkgincludeHEADERS
+install-data-am: install-pkgincludeHEADERS
install-exec-am:
|