bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] [patch] Makefile.in htm<->html


From: Jan Kratochvil
Subject: [Bug-readline] [patch] Makefile.in htm<->html
Date: Sat, 2 Apr 2011 19:43:33 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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  <address@hidden>

        * 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:



reply via email to

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