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/


_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to