diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 04:33:27 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 04:33:27 +0200 |
commit | f5ba8911c5ba894936f46c13cebfe805e8cc78bb (patch) | |
tree | d8a850e8cd37ea16395acdf94843d3db37ef5b1a | |
parent | 36ff6b23443ea9285a40ec685dcc638d0b481385 (diff) | |
download | www-f5ba8911c5ba894936f46c13cebfe805e8cc78bb.tar.gz |
reference
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | pragmatics.md | 2 | ||||
-rw-r--r-- | pragmatics.txt | 2 | ||||
-rw-r--r-- | pragmatics.xml | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 18c93a1..3e3051d 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,8 @@ pragmatics.txt: pragmatics.xml pragmatics.xml: pragmatics.md mmark pragmatics.md > pragmatics.xml + +update: + git add . + git commit + git push diff --git a/pragmatics.md b/pragmatics.md index dd64819..2c7f9fa 100644 --- a/pragmatics.md +++ b/pragmatics.md @@ -88,7 +88,7 @@ Many thanks to everyone in the Free Software community for the freedom we have t <author> <organization>The GNU Project</organization> </author> - <date year="2013" month="December"></date> + <date year="2013" month="September"></date> </front> </reference> diff --git a/pragmatics.txt b/pragmatics.txt index d0dcd5c..569b040 100644 --- a/pragmatics.txt +++ b/pragmatics.txt @@ -136,7 +136,7 @@ Yu Informational [Page 2] 6. Normative References [RMSGP] The GNU Project, "Is It Ever a Good Thing to Use a Nonfree - Program?", December 2013, <http://www.gnu.org/philosophy/ + Program?", September 2013, <http://www.gnu.org/philosophy/ is-ever-good-use-nonfree-program.en.html>. Acknowledgements diff --git a/pragmatics.xml b/pragmatics.xml index f192ff7..d7935e9 100644 --- a/pragmatics.xml +++ b/pragmatics.xml @@ -62,7 +62,7 @@ <author> <organization>The GNU Project</organization> </author> - <date year="2013" month="December"></date> + <date year="2013" month="September"></date> </front> </reference> </references> |