Start error message with lower case.
[deliverable/binutils-gdb.git] / readline / Makefile.in
index acf706f0e2e41c4303aab59a3b813880cb283ffa..4423b237b48964a224f0cbd2afb34e882eaf0fb3 100644 (file)
@@ -51,6 +51,8 @@ SHELL = @MAKE_SHELL@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
+datarootdir = @datarootdir@
+
 bindir = @bindir@
 libdir = @libdir@
 mandir = @mandir@
@@ -297,10 +299,12 @@ distclean maintainer-clean: clean
        $(RM) $(CREATED_CONFIGURE)
        $(RM) $(CREATED_TAGS)
 
-info dvi pdf:
+info dvi html pdf:
        -( cd doc && $(MAKE) $(MFLAGS) $@ )
 
 install-info:
+install-html:
+install-pdf:
 check:
 installcheck:
 
This page took 0.023195 seconds and 4 git commands to generate.