# tldr; AGPLv3+ # copyright info at bottom all:basic-git.html .PHONY: autobuild autobuild: makefile ./autobuild.bash %.html: %.org makefile @pandoc $< --from org --to html --output $@ clean: @rm -f \ *.html # Copyright 2016 daniel watson # This file is part of 3501-git-tests. # 3501-git-tests is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # 3501-git-tests is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public # License along with 3501-git-tests. If not, see # .