diff options
author | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:33:22 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:33:22 +0000 |
commit | cf0c74e107c5b56fd3f0b425e1e103f4bb47c1ff (patch) | |
tree | 3f65b33b11bf302b9c7da533ba8541b5cfc58ced /papers/Makefile | |
parent | updated ChangeLog for release (diff) |
removed common stuff (moved to repo anytun-common)
Diffstat (limited to 'papers/Makefile')
-rw-r--r-- | papers/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/papers/Makefile b/papers/Makefile deleted file mode 100644 index 43c308e..0000000 --- a/papers/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -%.html : %.xml - xml2rfc $^ $@ -%.txt : %.xml - xml2rfc $^ $@ - -PAPERS = draft-gsenger-secure-anycast-tunneling-protocol-02.html \ - draft-gsenger-secure-anycast-tunneling-protocol-02.txt - -all: doc -doc: $(PAPERS) - -clean: - rm -f $(PAPERS) |