diff --git a/Makefile b/Makefile
index 962a55a3e0bc17fabb5761fbc774d9d0babbf1a7..4dea302ff72107d3d76595031602944085c4cb84 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.288 2003-05-22 19:25:58 geuzaine Exp $
+# $Id: Makefile,v 1.289 2003-05-26 22:34:21 geuzaine Exp $
 #
 # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 #
@@ -84,15 +84,12 @@ converters:
 
 doc-info:
 	cd doc/texinfo && ${MAKE} info
-	cp doc/texinfo/gmsh.info* doc/
 
 doc-ps:
 	cd doc/texinfo && ${MAKE} ps
-	cp doc/texinfo/gmsh.ps doc/
 
 doc-pdf:
 	cd doc/texinfo && ${MAKE} pdf
-	cp doc/texinfo/gmsh.pdf doc/
 
 purge:
 	for i in . bin lib utils archives demos tutorial doc ${GMSH_DIRS}; \
diff --git a/gmsh.spec b/gmsh.spec
index 1ec6792991b8821d509cbb7d93859ed871478dca..335f1c253743954e518bc15fa9f4472e7749becc 100644
--- a/gmsh.spec
+++ b/gmsh.spec
@@ -32,7 +32,6 @@ and/or post-processor.
 %build
 make distrib-unix
 make converters
-make doc-pdf
 make doc-info
 rm -rf CVS */CVS */*/CVS
 
@@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc doc/gmsh.pdf doc/COPYING doc/VERSIONS doc/FAQ doc/CONTRIBUTORS demos tutorial
+%doc doc/COPYING doc/VERSIONS doc/FAQ doc/CONTRIBUTORS demos tutorial
 /usr/bin/gmsh
 /usr/bin/dxf2geo
 /usr/share/man/man1/gmsh*