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:
Junio C Hamano 2010-08-03 15:17:11 -07:00
commit 7b6e6b3fb2
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
/*.xml
/*.1
/*.html
/svn-fe

View file

@ -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) \

View file

@ -4,7 +4,7 @@
*/
#include <stdlib.h>
#include "vcs-svn/svndump.h"
#include "svndump.h"
int main(int argc, char **argv)
{