]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
README: Remove the doxygen footer so that the README doesn't get modified too often
authorBrice Goglin <Brice.Goglin@inria.fr>
Wed, 29 Jan 2014 21:05:34 +0000 (22:05 +0100)
committerBrice Goglin <Brice.Goglin@inria.fr>
Wed, 29 Jan 2014 21:05:34 +0000 (22:05 +0100)
By the way, update the README.

README
doc/Makefile.am

diff --git a/README b/README
index 4628e34608b03c4bf276650e1218cc993413e84e..70cbac5e19e6b4c0809de599829bf1f4399df2cc 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,8 @@ using PLPA has already switched to hwloc.
 hwloc supports the following operating systems:
 
   * Linux (including old kernels not having sysfs topology information, with
- knowledge of cpusets, offline CPUs, ScaleMP vSMP, and Kerrighed support)
+ knowledge of cpusets, offline CPUs, ScaleMP vSMP, NumaScale NumaConnect,
+ and Kerrighed support)
   * Solaris
   * AIX
   * Darwin / OS X
@@ -717,7 +718,3 @@ The documentation chapters include
 
 Make sure to have had a look at those too!
 
--------------------------------------------------------------------------------
-
-Generated on Tue Sep 10 2013 16:08:12 for Hardware Locality (hwloc) by   
-doxygen 1.8.4
index e0c228a97fd86695e6ce5b899e24e4f0765be846..0f8bacc00521ca5be50ab9dc5129597e677ad5ee 100644 (file)
@@ -819,7 +819,10 @@ if HWLOC_BUILD_README
 readme: $(HWLOC_top_srcdir)/README
 $(HWLOC_top_srcdir)/README: $(DOX_TAG)
        sed -n -f $(srcdir)/README.sed $(DOX_HTML_DIR)/index.html > $(DOX_HTML_README)
-       LC_ALL=C $(HWLOC_W3_GENERATOR) $(DOX_HTML_README) | $(SED) -n -e 's/^   //' -e '/^Introduction$$/,$$p' > $@
+       LC_ALL=C $(HWLOC_W3_GENERATOR) $(DOX_HTML_README) \
+        | $(SED) -n -e 's/^   //' -e '/^Introduction$$/,$$p' \
+        | $(SED) -e '/^--*-$$/,$$ d' \
+        > $@
        rm -f $(DOX_HTML_README)
 
 else