Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
filesystems:ceph:master:upstream
pmdk
gen-doc.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gen-doc.sh of Package pmdk
#!/bin/bash # Run this script after updating the source tarball and changing the version # number in the spec file. If you get errors about missing files in # ./doc/librpmem/ and ./doc/rpmemd, you are probably missing libfabric. TARBALL=$(rpmspec --parse pmdk.spec| grep "Source:" | awk '{ print $NF'} | xargs basename) DIR=$(tar -tvf "$TARBALL" | head -n 1 | awk '{ print $NF}') rm -Rf "$DIR" tar -xf "$TARBALL" cd "$DIR" make -C doc all FILES=$(find . -name "*\.[1357].md" | sed -e 's/\.md$//') tar --use=xz -cf ../pregen-doc.tar.xz $FILES
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor