avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [bug #17815] Configure does not honor --mandir option


From: Eric Weddington
Subject: [avr-libc-dev] [bug #17815] Configure does not honor --mandir option
Date: Tue, 22 Feb 2011 23:57:25 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 (.NET CLR 3.5.30729)

Update of bug #17815 (project avr-libc):

                Severity:                1 - Wish => 3 - Normal             
                Priority:                 3 - Low => 5 - Normal             
        Percent Complete:                      0% => 20%                    

    _______________________________________________________

Follow-up Comment #1:

Problem is in doc/api/Makefile.am with this block:

install-dox-man: dox-html
        $(mkinstalldirs) $(DOC_INST_DIR)/man/man3
        @list='$(wildcard man/man3/*.3)'; 
        for file in $$list ; do 
          echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; 
          $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; 
        done


The $(DOC_INST_DIR) instances need to replaced with the mandir configuration
setting.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17815>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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