summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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}