X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile;h=183ef56b22010733ace2be8f4ccdd7dd1198047d;hb=69d25acfd85067031a54285fb933d2e3ccfb0055;hp=ff8974f1512799466b3bb35a32a11daf04a7dccf;hpb=2b41521150b0141c6bf6730f1820e78efc90e02a;p=gnulib.git diff --git a/doc/Makefile b/doc/Makefile index ff8974f15..183ef56b2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1 2004-09-19 13:17:06 karl Exp $ +# $Id: Makefile,v 1.4 2006-08-11 06:39:41 rwild Exp $ # Makefile for gnulib doc. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -12,4 +12,9 @@ TEXI2HTML = $(MAKEINFO) --no-split --html %.html: %.texi $(TEXI2HTML) -o $@ $< -all: $(doc).info $(doc).html $(doc).dvi +all: info html dvi +info: $(doc).info +html: $(doc).html +dvi: $(doc).dvi + +standards.info standards.html standards.dvi: standards.texi make-stds.texi