summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3219102..5fa652a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
+update: pragmatics.txt
+	git add .
+	git commit
+	git push
+
 pragmatics.txt: pragmatics.xml
 	xml2rfc --text --html pragmatics.xml
 
 pragmatics.xml: pragmatics.md
 	mmark pragmatics.md > pragmatics.xml
 
-update:
-	git add .
-	git commit
-	git push