~ubuntu-branches/ubuntu/trusty/avr-libc/trusty

« back to all changes in this revision

Viewing changes to doc/api/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Hakan Ardo
  • Date: 2012-05-23 10:30:07 UTC
  • mfrom: (1.1.11) (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120523103007-h7u5fhm6n13wds9e
Tags: 1:1.8.0-2
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#
29
29
# Contributors:
30
30
#
31
 
# $Id: Makefile.am 2197 2010-11-24 22:02:53Z joerg_wunsch $
 
31
# $Id: Makefile.am 2224 2011-02-23 19:25:28Z joerg_wunsch $
32
32
#
33
33
MAINTAINERCLEANFILES = Makefile.in stamp-vti
34
34
 
242
242
        $(INSTALL_DATA) $(USER_MANUAL).pdf $(DOC_INST_DIR)/$(USER_MANUAL).pdf
243
243
 
244
244
install-dox-man: dox-html
245
 
        $(mkinstalldirs) $(DOC_INST_DIR)/man/man3
246
 
        @list='$(wildcard man/man3/*.3)'; \
247
 
        for file in $$list ; do \
248
 
          echo " $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file"; \
249
 
          $(INSTALL_DATA) $$file $(DOC_INST_DIR)/$$file; \
250
 
        done
 
245
        $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
 
246
        $(INSTALL_DATA) man/man3/*.3 $(DESTDIR)$(mandir)/man3
251
247
 
252
248
.PHONY: html latex pdf demo demodox \
253
249
        dox-html dox-pdf install-pdf install-html \