From fdf7723dd2fa08515bb57a69ed691e986abbdc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 20 Feb 2005 05:53:06 +0000 Subject: Remove Makefile.auto during make clean (distcheck again) svn path=/trunk/; revision=13443 --- docbook/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docbook/Makefile') diff --git a/docbook/Makefile b/docbook/Makefile index c573747666..f866eccb45 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -9,7 +9,7 @@ DOCBOOKXSL="/usr/share/docbook-xsl" # On SUSE 9.1 uncomment the following line: -#DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1" +DOCBOOKXSL="/usr/share/xml/docbook/stylesheet/nwalsh/1.65.1" # formatting objects processor # (comment this out, if you don't want pdf or don't have fop installed) @@ -18,7 +18,7 @@ FOP="fop-0.20.5/fop.bat" # for unix like environments (if you have problems with fop, try to use an absolute path here) #FOP="/usr/share/fop-0.20.5/fop.sh" # One SUSE 9.1 uncomment the following line (make sure you have at least fop-0.20.5-71.2) -#FOP="/usr/bin/fop" +FOP="/usr/bin/fop" # html help compiler (Win32 only) # (comment this out, if you don't want chm or don't have hhc installed) @@ -43,6 +43,7 @@ clean: rm -f *.fo rm -f *.pdf rm -f *.chm + rm -f Makefile.auto rm -rf eug_html rm -rf eug_html_chunked rm -rf eug_chm -- cgit v1.2.3