bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9297: po has no install-html target


From: Aaron Davies
Subject: bug#9297: po has no install-html target
Date: Sat, 13 Aug 2011 19:39:21 -0400

install-html fails

pro% uname -a
Darwin pro.local 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:16:10 PST 
2011; root:xnu-1504.9.37~1/RELEASE_X86_64 x86_64
pro% pwd
/Users/adavies/Downloads/coreutils/coreutils-8.12
pro% make install-html
Making install-html in lib
make[2]: Nothing to be done for `install-html-am'.
Making install-html in src
make[1]: Nothing to be done for `install-html'.
Making install-html in doc
test -z "/Users/adavies/opt/share/doc/coreutils" || /usr/local/bin/mkdir -p 
"/Users/adavies/opt/share/doc/coreutils"
 /usr/bin/install -c -m 644 coreutils.html 
'/Users/adavies/opt/share/doc/coreutils'
Making install-html in man
make[1]: Nothing to be done for `install-html'.
Making install-html in po
make[1]: *** No rule to make target `install-html'.  Stop.
make: *** [install-html-recursive] Error 1

this seems to fix it (no idea if it's the best approach)

diff -Naur coreutils-8.12/po/Makefile.in.in 
coreutils-8.12-patched/po/Makefile.in.in
--- coreutils-8.12/po/Makefile.in.in    2011-04-26 10:16:44.000000000 +0000
+++ coreutils-8.12-patched/po/Makefile.in.in    2011-08-13 23:30:32.000000000 
+0000
@@ -261,6 +261,8 @@
 
 install-strip: install
 
+install-html:
+
 installdirs: installdirs-exec installdirs-data
 installdirs-exec:
 installdirs-data: address@hidden@
-- 
Aaron Davies
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]