summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2005-12-28 20:02:13 +0000
committerPaul W. Frields <stickster@gmail.com>2005-12-28 20:02:13 +0000
commite38d62eb595cf1f5bf9aece1669fc469dec6584a (patch)
tree4509d6b0a4e2064e38d4bb39b76e5624450e81ab /Makefile
parent8b9d12fa9885079fa804b8a4e57165cc65fb7695 (diff)
downloadfedora-doc-utils-e38d62eb595cf1f5bf9aece1669fc469dec6584a.tar.gz
fedora-doc-utils-e38d62eb595cf1f5bf9aece1669fc469dec6584a.tar.xz
fedora-doc-utils-e38d62eb595cf1f5bf9aece1669fc469dec6584a.zip
Hopefully improve conditions for offline doc builders
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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}