X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.am;h=0cfc603db117e284867696182f88bff7d12fa047;hb=f8cb1dbb2484d42a232060cdd7091455a8806adc;hp=846172d85eb1b505a08086db5c66596b73252af1;hpb=f0d2e458f12b6117ff443d3a9e79c414b473c5e4;p=cascardo%2Fovs.git diff --git a/Makefile.am b/Makefile.am index 846172d85..0cfc603db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,35 +62,36 @@ CLEAN_LOCAL = DISTCLEANFILES = PYCOV_CLEAN_FILES = build-aux/check-structs,cover EXTRA_DIST = \ - CONTRIBUTING \ - CodingStyle \ - DESIGN \ - FAQ \ - INSTALL \ - INSTALL.Debian \ - INSTALL.Docker \ - INSTALL.DPDK \ - INSTALL.Fedora \ - INSTALL.KVM \ - INSTALL.Libvirt \ - INSTALL.NetBSD \ - INSTALL.RHEL \ - INSTALL.SSL \ - INSTALL.XenServer \ - INSTALL.userspace \ - INSTALL.Windows \ - IntegrationGuide \ + CONTRIBUTING.md \ + CodingStyle.md \ + DESIGN.md \ + FAQ.md \ + INSTALL.md \ + INSTALL.Debian.md \ + INSTALL.Docker.md \ + INSTALL.DPDK.md \ + INSTALL.Fedora.md \ + INSTALL.KVM.md \ + INSTALL.Libvirt.md \ + INSTALL.NetBSD.md \ + INSTALL.RHEL.md \ + INSTALL.SSL.md \ + INSTALL.XenServer.md \ + INSTALL.userspace.md \ + INSTALL.Windows.md \ + IntegrationGuide.md \ NOTICE \ - OPENFLOW-1.1+ \ - PORTING \ + OPENFLOW-1.1+.md \ + PORTING.md \ README.md \ - README-lisp \ - REPORTING-BUGS \ - TODO \ + README-lisp.md \ + README-native-tunneling.md \ + REPORTING-BUGS.md \ + TODO.md \ .travis.yml \ .travis/build.sh \ .travis/prepare.sh \ - WHY-OVS \ + WHY-OVS.md \ boot.sh \ build-aux/cccl \ build-aux/sodepends.pl \ @@ -125,8 +126,10 @@ scripts_SCRIPTS = scripts_DATA = SUFFIXES = check_DATA = +pkgconfig_DATA = scriptsdir = $(pkgdatadir)/scripts +pkgconfigdir = $(libdir)/pkgconfig # This ensures that files added to EXTRA_DIST are always distributed, # even if they are inside an Automake if...endif conditional block that is @@ -225,7 +228,7 @@ printf-check: then \ echo "See above for list of violations of the rule that"; \ echo "'z', 't', 'j', 'hh' printf() type modifiers are"; \ - echo "forbidden. See CodingStyle for replacements."; \ + echo "forbidden. See CodingStyle.md for replacements."; \ exit 1; \ fi .PHONY: printf-check