Merge pull request #21 from FloatingGhost/fix/executable-path

Allow building on non-adulau system
pull/23/head
Alexandre Dulaunoy 2019-02-19 21:52:27 +01:00 committed by GitHub
commit 780c2d700b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 20 additions and 7 deletions

View File

@ -30,7 +30,21 @@ If you want to see how a threat intelligence can be easily expressed in MISP sta
[Installing MISP](https://www.misp-project.org/download/) is also another option to see the MISP standards in action. The MISP standards are actively used in the MISP threat intelligence platform to support the complete chain from intelligence creation, sharing, distribution and synchronisation.
## Building the RFCs
These RFCs use [mmark](https://mmark.nl/) to generate - get a release [from the Github Repo](https://github.com/miekg/mmark/releases) and make sure it's in your PATH.
You'll also need `xml2rfc` - install using `sudo pip3 isntall xml2rfc`
```bash
for directory in $(find . -type d -iname "misp*"); do;
echo "Building $directory...";
cd $directory;
make;
cd ..;
done;
```
# Contribution
If you want to contribute to the MISP specifications, feel free to [open an issue](https://github.com/MISP/misp-rfc/issues).

View File

@ -1,4 +1,4 @@
MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page
MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)
@ -6,4 +6,3 @@ all: $(docs)
$(MMARK) $< > $<.xml
xml2rfc --text $<.xml
xml2rfc --html $<.xml

View File

@ -1,4 +1,4 @@
MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page
MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)

View File

@ -1,4 +1,4 @@
MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page
MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)

View File

@ -1,4 +1,4 @@
MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page
MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)

View File

@ -1,4 +1,4 @@
MMARK:=/home/adulau/git/mmark/mmark/mmark -xml2 -page
MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)