From 6ead5b717b2ba0c8a28e34fd0504d9db99e3f96e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 26 Jun 2012 21:34:58 -0400 Subject: Begin draft of source package format 2.0 spec. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 937fd7d..f075102 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ .SUFFIXES: .SUFFIXES: .txt .html -SRCS = specs/source-package-format-1.0.txt specs/architecture-string.txt +SRCS = specs/source-package-format-1.0.txt \ + specs/architecture-string.txt \ + specs/source-package-format-2.0.txt OBJS = $(SRCS:.txt=.html) .PHONY: all -- cgit v0.9.1