From e63de847b074e5362da625056953538694240eeb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 28 May 2012 22:02:49 -0400 Subject: Add "Architecture String Syntax" spec to makefile. --- diff --git a/Makefile b/Makefile index bfd4cb5..937fd7d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .SUFFIXES: .SUFFIXES: .txt .html -SRCS = specs/source-package-format-1.0.txt +SRCS = specs/source-package-format-1.0.txt specs/architecture-string.txt OBJS = $(SRCS:.txt=.html) .PHONY: all -- cgit v0.9.1