X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2FMakefile;h=0f7541969c97a72e86ea71337aeb5ab5d1326f2f;hb=d570af8e86d8a8f211b9dadbae27e39cdf177ece;hp=3fa7e24fa66f3fac08980805f177cbdcb1f82286;hpb=ce15bca42f354fda6d61f6e51496e118c0e12a3a;p=gnulib.git diff --git a/doc/Makefile b/doc/Makefile index 3fa7e24fa..0f7541969 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 2006-06-19 20:40:26 karl Exp $ +# $Id: Makefile,v 1.7 2007-05-01 15:14:20 haible Exp $ # Makefile for gnulib doc. -# Copyright (C) 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -10,9 +10,22 @@ doc = gnulib TEXI2HTML = $(MAKEINFO) --no-split --html %.html: %.texi - $(TEXI2HTML) -o $@ $< + $(TEXI2HTML) -o $@ $< + +%.info: %.texi + LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --reference-limit=2000 $< all: info html dvi info: $(doc).info html: $(doc).html dvi: $(doc).dvi + +# Dependencies. Search for @include to find them all. +gnulib.info gnulib.html gnulib.dvi: gnulib.texi gnulib-intro.texi gnulib-tool.texi $(wildcard headers/*.texi) $(wildcard functions/*.texi) quote.texi error.texi gcd.texi relocatable-maint.texi regexprops-generic.texi fdl.texi +standards.info standards.html standards.dvi: standards.texi make-stds.texi fdl.texi + +mostlyclean: + rm -f *.aux *.cp *.cps *.fn *.ky *.log *.pg *.toc *.tp *.vr *.vrs + +clean: mostlyclean + rm -f *.info *.html *.dvi *.ps *.pdf