diff --git a/Makefile b/Makefile index 2d3d011..e123c96 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,8 @@ install: all @install -d $(DESTDIR)/$(PREFIX)/bin @install -D apteryxd $(DESTDIR)/$(PREFIX)/bin/ @install -D apteryx $(DESTDIR)/$(PREFIX)/bin/ + @install -d $(DESTDIR)/etc/apteryx/schema + @install -D -m 0644 apteryx.xsd $(DESTDIR)/etc/apteryx/schema/ clean: @echo "Cleaning..." diff --git a/apteryx.xsd b/apteryx.xsd new file mode 100644 index 0000000..ad04533 --- /dev/null +++ b/apteryx.xsd @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + +