@@ -6,12 +6,14 @@
ASCIIDOC_MANS = \
paccache.8 \
pacdiff.8 \
- pactree.8
+ pactree.8 \
+ updpkgsums.8
HTML_MANPAGES = \
paccache.8.html \
pacdiff.8.html \
- pactree.8.html
+ pactree.8.html \
+ updpkgsums.8.html
HTML_OTHER = \
submitting-patches.html
@@ -26,6 +28,7 @@ EXTRA_DIST = \
paccache.8.txt \
pacdiff.8.txt \
pactree.8.txt \
+ updpkgsums.8.txt \
footer.txt \
$(ASCIIDOC_MANS)
@@ -103,5 +106,6 @@ $(HTML_OTHER): asciidoc.conf Makefile.am
paccache.8 paccache.8.html: paccache.8.txt
pacdiff.8 pacdiff.8.html: pacdiff.8.txt
pactree.8 pactree.8.html: pactree.8.txt
+updpkgsums.8 updpkgsums.8.html: updpkgsums.8.txt
# vim:set noet:
new file mode 100644
@@ -0,0 +1,37 @@
+/////
+vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
+/////
+updpkgsums(8)
+===========
+
+Name
+----
+updpkgsums - update checksums of a PKGBUILD file
+
+
+Synopsis
+--------
+'updpkgsums' [options] [build file]
+
+
+Description
+-----------
+'updpkgsums' will perform an in place update of the checksums in the path
+specified by [build file], defaulting to PKGBUILD in the current working
+directory.
+
+
+Options
+-------
+*-V, \--version*::
+ Display version information and exit.
+
+*-m, \--nocolor*::
+ Disable colorized output messages.
+
+
+See Also
+--------
+linkman:makepkg[8], linkman:pkgbuild[5]
+
+include::footer.txt[]