From fd490284e014bc53164cb0147fa0668dab1c258a Mon Sep 17 00:00:00 2001 From: gord-fig Date: Thu, 29 Aug 2002 03:29:58 +0000 Subject: [PATCH] Don't just delete the generated PDF. --- lustre/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 2b5a82f..fe1ed0d 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -21,7 +21,7 @@ LYXFILES= lustre.lin evolution.lyx llocks.lyx mgmt.lyx uncertain.lyx\ intro.lyx obdspec.lyx recovery.lyx MAINTAINERCLEANFILES = $(IMAGES) $(DOCS) $(VERSIONED) -CLEANFILES = *.aux *.tex doc.old/*.aux doc.old/*.tex *.pdf *.eps +CLEANFILES = *.aux *.tex doc.old/*.aux doc.old/*.tex *.eps VERSIONED = lustre-HOWTO.lyx lustre.lyx doc.old/lustre-HOWTO.lyx doc.old/lustre.lyx GENERATED = $(VERSIONED) lustre-full.tex lustre-chbar.tex -- 1.8.3.1