make, scripts, tmpl/tex: Merge changes from V_1_2_1_7_NEUHAUS

This commit is contained in:
Jan Lindemann 2012-01-30 14:59:21 +00:00 committed by Jan Lindemann
commit 80095a0f93
11 changed files with 102 additions and 21 deletions

View file

@ -82,3 +82,13 @@ do-install-links:
sudo ln -sf $$cwd/$$f; \
}; \
done; \
git-init:
@if [ -e .git ]; then \
echo $(TOPDIR)/.git exists, aborting ;\
exit 1 ;\
fi
git init
list-cvs-files.sh -f | xargs git add
git commit -m "initial checkin of $(RPM_VERSION)"