Merge branch 'rr/svn-fe' into maint
* rr/svn-fe: contrib/svn-fe: Add the svn-fe target to .gitignore contrib/svn-fe: Fix IncludePath
This commit is contained in:
commit
7b6e6b3fb2
1
contrib/svn-fe/.gitignore
vendored
1
contrib/svn-fe/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/*.xml
|
||||
/*.1
|
||||
/*.html
|
||||
/svn-fe
|
||||
|
@ -38,7 +38,7 @@ svn-fe$X: svn-fe.o $(VCSSVN_LIB) $(GIT_LIB)
|
||||
$(ALL_LDFLAGS) $(LIBS)
|
||||
|
||||
svn-fe.o: svn-fe.c ../../vcs-svn/svndump.h
|
||||
$(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
|
||||
$(QUIET_CC)$(CC) -I../../vcs-svn -o $*.o -c $(ALL_CFLAGS) $<
|
||||
|
||||
svn-fe.html: svn-fe.txt
|
||||
$(QUIET_SUBDIR0)../../Documentation $(QUIET_SUBDIR1) \
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "vcs-svn/svndump.h"
|
||||
#include "svndump.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user