From 1836c915e8c2fba77c3ded8de4ec59ddaf4d143c Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 29 Jan 1996 03:30:46 +0000 Subject: [PATCH] added doc section to spec file for special %doc macro CVS patchset: 225 CVS date: 1996/01/29 03:30:46 --- build/specP.h | 1 + 1 file changed, 1 insertion(+) diff --git a/build/specP.h b/build/specP.h index b2245ae..c1237d1 100644 --- a/build/specP.h +++ b/build/specP.h @@ -22,6 +22,7 @@ struct SpecRec { StringBuf prep; StringBuf build; StringBuf install; + StringBuf doc; StringBuf clean; struct PackageRec *packages; /* The first package record is the "main" package and contains -- 2.7.4