[project @ 2005-11-13 19:07:17 by panne]
authorpanne <unknown>
Sun, 13 Nov 2005 19:07:18 +0000 (19:07 +0000)
committerpanne <unknown>
Sun, 13 Nov 2005 19:07:18 +0000 (19:07 +0000)
Move the building guide to GHC where it belongs. This is more consistent and
currently even necessary, otherwise *every* fptools project would need the ghc
subtree.

docs/Makefile
ghc/docs/Makefile
ghc/docs/building/Makefile [moved from docs/building/Makefile with 100% similarity]
ghc/docs/building/building.xml [moved from docs/building/building.xml with 99% similarity]
ghc/ghc.spec.in

index 5005af5..a9140dd 100644 (file)
@@ -1,6 +1,6 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = building docbook-cheat-sheet
+SUBDIRS = docbook-cheat-sheet
 
 include $(TOP)/mk/target.mk
index 31081db..f34b509 100644 (file)
@@ -1,7 +1,7 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = users_guide ext-core storage-mgt
+SUBDIRS = building users_guide ext-core storage-mgt
 
 PAGES = index.html
 
similarity index 99%
rename from docs/building/building.xml
rename to ghc/docs/building/building.xml
index 6ea21e6..c99c015 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY hacking SYSTEM "../../ghc/HACKING">
+  <!ENTITY hacking SYSTEM "../../HACKING">
 ]>
 
 <article id="building-guide">
index 6af2ce3..87dc6e9 100644 (file)
@@ -115,11 +115,11 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files -f rpm-noprof-lib-files
 %defattr(-,root,root)
-%doc docs/building/building
 %doc docs/docbook-cheat-sheet/docbook-cheat-sheet
 %doc ghc/ANNOUNCE
 %doc ghc/LICENSE
 %doc ghc/README
+%doc ghc/docs/building/building
 %doc ghc/docs/ext-core/core.ps
 %doc ghc/docs/storage-mgt/ldv.ps
 %doc ghc/docs/storage-mgt/rp.ps