rpms/ghc/devel ghc.spec,1.99,1.100

Bryan O'Sullivan bos at fedoraproject.org
Mon Oct 12 02:48:15 UTC 2009


Author: bos

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12823

Modified Files:
	ghc.spec 
Log Message:
Figure out how to install docs


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -p -r1.99 -r1.100
--- ghc.spec	12 Oct 2009 01:18:42 -0000	1.99
+++ ghc.spec	12 Oct 2009 02:48:15 -0000	1.100
@@ -139,7 +139,7 @@ echo "XMLDocWays = html" >> mk/build.mk
 make %{_smp_mflags}
 
 %if %{with manual}
-make %{_smp_mflags} html
+echo XXX no longer supported - make %{_smp_mflags} html
 %endif
 
 %install
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 make DESTDIR=${RPM_BUILD_ROOT} install
 
 %if %{with manual}
-make DESTDIR=${RPM_BUILD_ROOT} install-docs
+echo XXX unnecessary make DESTDIR=${RPM_BUILD_ROOT} install-docs
 %endif
 
 SRC_TOP=$PWD




More information about the scm-commits mailing list