Skip to content

Commit

Permalink
Initial manpage for ublk
Browse files Browse the repository at this point in the history
This is a manpage for the ublk utility. It is terse and the wording
can definitely be expanded on  but it is a start.

Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
RonnieSahlberg committed Feb 23, 2025
1 parent 3770ea5 commit 073dcdd
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTRA_DIST = \
.gitignore \
LICENSE

SUBDIRS = include lib tests
SUBDIRS = doc include lib tests

AM_CXXFLAGS = -std=c++20 -Wunused

Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ dnl Produce output files.
AC_CONFIG_HEADERS([config.h])

AC_CONFIG_FILES([Makefile
doc/Makefile
include/Makefile
lib/Makefile
tests/Makefile
Expand Down
7 changes: 7 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
XSLTPROC = /usr/bin/xsltproc

# Manpages
man1_MANS = ublk.1

%.1 : %.1.xml
$(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
Loading

0 comments on commit 073dcdd

Please sign in to comment.