Skip to content

Commit

Permalink
merge in more changes from vw
Browse files Browse the repository at this point in the history
  • Loading branch information
novas0x2a committed Jan 16, 2009
1 parent 0b268f6 commit 40a3704
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 341 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -37,7 +37,7 @@ EXTRA_DIST = config/rules.mak config/relicense thirdparty/MBA_1.0_gpl thirdparty
# $(INSTALL) src/config.h $(prefix)/include/

dist-hook:
rm -rf `find $(distdir) -name CVS`
rm -rf `find $(distdir) -name '.svn'`
if DIST_LICENSE
cp $(DIST_LICENSE) $(distdir)/COPYING
endif
Expand All @@ -49,7 +49,7 @@ if DIST_CONFIG_OPTIONS_DEFAULT
endif

doxygen:
cd src; doxygen
cd src && doxygen

########################################################################
# general
Expand Down

0 comments on commit 40a3704

Please sign in to comment.