Home | History | Annotate | Download | only in doc
      1 ## Process this file with automake to create Makefile.in
      2 ## Configure input file for elfutils.
      3 ##
      4 ## Copyright (C) 1996-2001, 2002 Red Hat, Inc.
      5 ##
      6 ## This program is Open Source software; you can redistribute it and/or
      7 ## modify it under the terms of the Open Software License version 1.0 as
      8 ## published by the Open Source Initiative.
      9 ##
     10 ## You should have received a copy of the Open Software License along
     11 ## with this program; if not, you may obtain a copy of the Open Software
     12 ## License version 1.0 from http://www.opensource.org/licenses/osl.php or
     13 ## by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
     14 ## 3001 King Ranch Road, Ukiah, CA 95482.   */
     15 ##
     16 EXTRA_DIST = elfutils.sgml
     17 
     18 CLEANFILES = elfutils.dvi
     19 
     20 # We need only a few special rules to generate the various output formats
     21 # from the SGML sources.
     22 .PHONY: dvi pdf html
     23 dvi: $(srcdir)elfutils.dvi
     24 pdf: $(srcdir)elfutils.pdf
     25 
     26 $(srcdir)%.dvi: %.sgml
     27 	db2dvi $^
     28 $(srcdir)%.pdf: %.sgml
     29 	db2pdf $^
     30