summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-04-11 17:06:38 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-04-11 17:06:38 +0200
commit70cdc7880d2707fe762f2c7fd70cd56a94806b84 (patch)
tree165638924c1e3532f7d518ab2e567f6782195f93 /Makefile
parent28af8051e5fe7055c6b76131a32c9a39b893215b (diff)
build: currently do not copy docs to shared docs
Maybe in short term future, before the next release, we will think about putting the README file for users into DOCDIRE, since the rest is not really interesting for users, but probably only for developers. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ab74a32..1ae1b15 100644
--- a/Makefile
+++ b/Makefile
@@ -174,8 +174,6 @@ clean_showinfo:
.IGNORE: %_clean_custom %_install_custom
.NOTPARALLEL: $(TOOLS)
-DOC_FILES = Summary RelatedWork Performance KnownIssues Sponsors SubmittingPatches CodingStyle
-
NCONF_FILES = ether.conf tcp.conf udp.conf oui.conf geoip.conf
all: build_showinfo toolkit
@@ -184,15 +182,10 @@ allbutmausezahn: $(filter-out mausezahn,$(TOOLS))
toolkit: $(TOOLS)
install: install_all
install_all: $(foreach tool,$(TOOLS),$(tool)_install)
- $(Q)$(foreach file,$(DOC_FILES),$(call INST,Documentation/$(file),$(DOCDIRE));)
install_allbutcurvetun: $(foreach tool,$(filter-out curvetun,$(TOOLS)),$(tool)_install)
- $(Q)$(foreach file,$(DOC_FILES),$(call INST,Documentation/$(file),$(DOCDIRE));)
install_allbutmausezahn: $(foreach tool,$(filter-out mausezahn,$(TOOLS)),$(tool)_install)
- $(Q)$(foreach file,$(DOC_FILES),$(call INST,Documentation/$(file),$(DOCDIRE));)
clean mostlyclean: $(foreach tool,$(TOOLS),$(tool)_clean)
realclean distclean clobber: $(foreach tool,$(TOOLS),$(tool)_distclean)
- $(Q)$(foreach file,$(DOC_FILES),$(call RM,$(DOCDIRE)/$(file));)
- $(Q)$(call RMDIR,$(DOCDIRE))
$(Q)$(call RMDIR,$(ETCDIRE))
mrproper: clean distclean
$(Q)$(GIT_REM)