Skip to content

Commit

Permalink
update to beta7 and ship the doxygen.cfg.in file
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Jun 30, 2005
1 parent 6250be3 commit 499273c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ docs: manpages
clean-docs:
cd $(DOCS_DIR) && make clean-docs

postweb: manpages
postweb: manpages doxygen
cd $(DOCS_DIR) && make postweb

postwebsf: manpages
postwebsf: manpages doxygen
cd $(DOCS_DIR) && make postwebsf

manpages: man2html
Expand Down Expand Up @@ -54,3 +54,5 @@ MOSTLYCLEANFILES = tcpreplay.spec *~
DISTCLEANFILES = .tm_project.cache stamp-h1 *.tar.*

MAINTAINERCLEANFILES = Makefile.in configure *.bak

EXTRA_DIST = doxygen.cfg.in
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AC_PROG_LIBTOOL
dnl Set version info here!
MAJOR_VERSION=3
MINOR_VERSION=0
MICRO_VERSION=beta6
MICRO_VERSION=beta7
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

dnl Release is only used for the RPM spec file
Expand Down

0 comments on commit 499273c

Please sign in to comment.