Convert the build process from CVS to git
Detect .git instead of CVS. Use git-ls-files with git, else $(srcdir)/sources.mk. info/findsubj.pl now gets the info files as arguments rather than from sources.mk. Remaking info subjects doesn't quite work, but it was broken similarly before.
This commit is contained in:
parent
544612ed8c
commit
35db407da0
5 changed files with 35 additions and 50 deletions
|
@ -83,7 +83,7 @@ sysconfdir := @sysconfdir@
|
|||
srcdir := @srcdir@
|
||||
VPATH := @srcdir@
|
||||
|
||||
cvs_controlled := @cvs_controlled@
|
||||
revctrl := @revctrl@
|
||||
|
||||
EMPIREHOST := @EMPIREHOST@
|
||||
EMPIREPORT := @EMPIREPORT@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue