Hi Chet,

doc/Makefile.in supports target `html', not `htm'.

$ make htm
( cd doc && make - --jobserver-fds=3,4 -j htm )
make[1]: Entering directory `/tmp/readline-test/doc'
make[1]: *** No rule to make target `htm'.  Stop.
make[1]: Leaving directory `/tmp/readline-test/doc'

install-html is OK.


Thanks,
Jan


2011-04-02  Jan Kratochvil  <[email protected]>

        * Makefile.in (htm): Rename to ...
        (html) ... here.

--- ./Makefile.in       2010-10-11 17:53:52.000000000 +0200
+++ ./Makefile.in       2011-04-02 19:41:05.000000000 +0200
@@ -292,7 +292,7 @@ distclean maintainer-clean: clean
        $(RM) $(CREATED_CONFIGURE)
        $(RM) $(CREATED_TAGS)
 
-info dvi htm pdf ps:
+info dvi html pdf ps:
        -( cd doc && $(MAKE) $(MFLAGS) $@ )
 
 install-info:

_______________________________________________
Bug-readline mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to