mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 03:30:06 +01:00
Point to new API documentation URL
And fix up the tool to publish it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9fd6c45e03
commit
9ac7fd5442
2 changed files with 5 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ The eventual goal is that libevdev wraps all ioctls available to evdev
|
|||
devices, thus making direct access unnecessary.
|
||||
|
||||
Go here for the API documentation:
|
||||
http://whot.github.io/libevdev/
|
||||
http://www.freedesktop.org/software/libevdev/doc/latest/
|
||||
|
||||
File bugs in the freedesktop.org bugzilla:
|
||||
https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
|
||||
|
|
|
|||
|
|
@ -1,11 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
git checkout master
|
||||
set -e
|
||||
|
||||
make
|
||||
mv doc/html doc/publish
|
||||
git checkout gh-pages
|
||||
rm -rf doc/html
|
||||
mv doc/publish doc/html
|
||||
git add doc/html
|
||||
git commit -asm "Documentation update for `git log -n 1 --format="format:%h" master`"
|
||||
git checkout master
|
||||
rsync --delete -avz doc/html/ freedesktop.org:/srv/www.freedesktop.org/www/software/libevdev/doc/latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue