Bump year.
[gnulib.git] / doc / Makefile
1 # $Id: Makefile,v 1.6 2007-04-27 19:58:36 haible Exp $
2 # Makefile for gnulib doc.  
3 # Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc.
4 #
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.
8
9 doc = gnulib
10
11 TEXI2HTML = $(MAKEINFO) --no-split --html
12 %.html: %.texi
13         $(TEXI2HTML) -o $@ $<
14
15 all: info html dvi
16 info: $(doc).info
17 html: $(doc).html
18 dvi: $(doc).dvi
19
20 # Dependencies. Search for @include to find them all.
21 gnulib.info gnulib.html gnulib.dvi: gnulib.texi gnulib-intro.texi gnulib-tool.texi $(wildcard headers/*.texi) quote.texi error.texi ctime.texi gcd.texi inet_ntoa.texi relocatable-maint.texi regexprops-generic.texi fdl.texi
22 standards.info standards.html standards.dvi: standards.texi make-stds.texi fdl.texi
23
24 mostlyclean:
25         rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr *.vrs
26
27 clean: mostlyclean
28         rm -f *.info *.html *.dvi *.ps *.pdf