From 85335b8c6e435e7acb26cef641515456dc90c3af Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 26 May 2003 22:34:21 +0000
Subject: [PATCH] remove pdf from rpm

---
 Makefile  | 5 +----
 gmsh.spec | 3 +--
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 962a55a3e0..4dea302ff7 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 1ec6792991..335f1c2537 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*
-- 
GitLab