mirror of
https://github.com/clearlinux/autospec.git
synced 2026-08-21 22:56:06 +00:00
help is a doc
This commit is contained in:
@@ -193,6 +193,7 @@ class FileManager(object):
|
||||
(r"^/usr/share/aclocal-1.[0-9]+/[a-zA-Z0-9\.\_\-\+]*\.m4$", "dev", "/usr/share/aclocal-1.*/*.m4"),
|
||||
(r"^/usr/share/doc/" + re.escape(tarball.name) + "/", "doc", "%doc /usr/share/doc/" + re.escape(tarball.name) + "/*"),
|
||||
(r"^/usr/share/gtk-doc/html", "doc"),
|
||||
(r"^/usr/share/help", "doc"),
|
||||
(r"^/usr/share/info/", "doc", "%doc /usr/share/info/*"),
|
||||
(r"^/usr/share/man/man0", "doc", "%doc /usr/share/man/man0/*"),
|
||||
(r"^/usr/share/man/man1", "doc", "%doc /usr/share/man/man1/*"),
|
||||
|
||||
@@ -77,3 +77,4 @@ License(==-2.0)
|
||||
Version
|
||||
PSF-2+
|
||||
The
|
||||
FreeBSD
|
||||
|
||||
Reference in New Issue
Block a user