]> git.ipfire.org Git - pakfire.git/commitdiff
Add DOC template.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2012 17:03:08 +0000 (18:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Mar 2012 17:03:08 +0000 (18:03 +0100)
macros/templates.macro

index b341e56cccc8f2ae03f182da675890511043839a..76dcf69434f75ffbfc5cd8625207fdff5ec49619 100644 (file)
@@ -78,4 +78,13 @@ packages
                        /usr/src/debug
                end
        end
+
+       template DOCS
+               summary = Documentation from the %{name} package.
+               description = %{summary}
+
+               files
+                       %{datadir}/doc
+               end
+       end
 end