web-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc/Makefile


From: Alfred M. Szmidt
Subject: doc/Makefile
Date: Fri, 21 Jan 2005 17:48:18 +0100

I'll commit the following in a few days unless objected to (will
regenerate the reference manual at the same time).  It makes life
easier when regenerating things.

--- doc/Makefile        11 Jan 1999 15:45:31 +0100      1.1.1.1
+++ doc/Makefile        21 Jan 2005 17:45:37 +0100      
@@ -1,5 +1,17 @@
-all: hurd.html
+all: hurd.html hurd.dvi hurd.ps clean
 
 %.html: %.texi
        texi2html -verbose -split_chapter $<
        ln -sf $*_toc.html $@
+
+%.dvi: %.texi
+       texi2dvi $<
+
+%.ps: %.dvi
+       dvips $<
+
+clean: 
+       rm -f hurd.aux hurd.cp hurd.cps hurd.fn hurd.ky hurd.log hurd.pg 
hurd.sc hurd.toc hurd.tp hurd.vr hurd.dvi
+
+distclean: clean
+       rm -f hurd*.html hurd*.ps




reply via email to

[Prev in Thread] Current Thread [Next in Thread]