Skip to content
Snippets Groups Projects
Commit d801f25f authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Merge branch 'master' into minimakefile

parents f29887a0 12098f99
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ asdf.pdf: asdf.texinfo ...@@ -25,8 +25,8 @@ asdf.pdf: asdf.texinfo
texi2pdf asdf.texinfo texi2pdf asdf.texinfo
website: all website: all
rsync -av ${webfiles} ${website} rsync -lt --no-g ${webfiles} ${website}
rsync -av ../debian/changelog ${website}/changelog rsync -lt --no-g ../debian/changelog ${website}/changelog
.PHONY: clean veryclean manual-html .PHONY: clean veryclean manual-html
clean: clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment