Skip to content
Snippets Groups Projects
Commit 85335b8c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove pdf from rpm

parent 498a2f2c
No related branches found
No related tags found
No related merge requests found
# $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 # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# #
...@@ -84,15 +84,12 @@ converters: ...@@ -84,15 +84,12 @@ converters:
doc-info: doc-info:
cd doc/texinfo && ${MAKE} info cd doc/texinfo && ${MAKE} info
cp doc/texinfo/gmsh.info* doc/
doc-ps: doc-ps:
cd doc/texinfo && ${MAKE} ps cd doc/texinfo && ${MAKE} ps
cp doc/texinfo/gmsh.ps doc/
doc-pdf: doc-pdf:
cd doc/texinfo && ${MAKE} pdf cd doc/texinfo && ${MAKE} pdf
cp doc/texinfo/gmsh.pdf doc/
purge: purge:
for i in . bin lib utils archives demos tutorial doc ${GMSH_DIRS}; \ for i in . bin lib utils archives demos tutorial doc ${GMSH_DIRS}; \
......
...@@ -32,7 +32,6 @@ and/or post-processor. ...@@ -32,7 +32,6 @@ and/or post-processor.
%build %build
make distrib-unix make distrib-unix
make converters make converters
make doc-pdf
make doc-info make doc-info
rm -rf CVS */CVS */*/CVS rm -rf CVS */CVS */*/CVS
...@@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %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/gmsh
/usr/bin/dxf2geo /usr/bin/dxf2geo
/usr/share/man/man1/gmsh* /usr/share/man/man1/gmsh*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment