summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-12-04 18:21:10 +0000
committerDavid Schleef <ds@schleef.org>2005-12-04 18:21:10 +0000
commit7fca61c41fb9fe5d118a2d2b7fb2c01b90670ec6 (patch)
tree9edbf1afa63df0233c43c9c1b71936f976b850ef /doc
parentb9014f81bbe7a81848e74c43ebc4f601b8826802 (diff)
* doc/Makefile.am:
Add a sync target to encourage me to upload docs. * examples/Makefile.am: * examples/oil-graph.c: (test), (main): New program to print out time v. N results easily graphable. * liboil/liboilfunction.c: (oil_class_optimize): * liboil/liboiltest.c: (oil_test_check_function), (oil_test_check_impl): * liboil/liboiltest.h: Add ave/std members to OilProfile and use them. * liboil/fb/fbmmx.c: This requires MMXEXT. * testsuite/instruction/check-instructions.pl: Fix regexp. * testsuite/instruction/list-impls.c: (main): Architecture test switched to HAVE_GCC_I386.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3ab28d6..fc2782a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -67,3 +67,8 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST +=
+
+
+sync:
+ cd html && rsync -a . freedesktop.org:/srv/liboil.freedesktop.org/www/documentation/
+