summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-28 22:02:49 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-28 22:02:49 (EDT)
commite63de847b074e5362da625056953538694240eeb (patch)
treeb13611ef95c7a32c0c983ddca161419678b698a2 /Makefile
parente0ab98c4f7b25e49c96487dd3ca4ffbca46cbe7c (diff)
Add "Architecture String Syntax" spec to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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