From e38d62eb595cf1f5bf9aece1669fc469dec6584a Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 28 Dec 2005 20:02:13 +0000 Subject: Hopefully improve conditions for offline doc builders --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bfb38f..c0a8b83 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,8 @@ rpm: update -name '.*' -o -name '*~' -o \ -name '*.svg' -o -name '*.eps' \) | \ cpio -pamdv $(DOCBASE)-$(RELEASE) +# include Makefile.common for use in offline FDP doc building + cp Makefile.common $(DOCBASE)-$(RELEASE) # # Make RPM build tree; don't rely on local user's setup mkdir -p rpmbuild/{BUILD,RPMS/noarch,SOURCES,SPECS,SRPMS} -- cgit