Loading INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.4.5-20051109 DOXYGEN Version 1.4.5-20051127 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (09 November 2005) Dimitri van Heesch (27 November 2005) Makefile.in +34 −0 Original line number Diff line number Diff line Loading @@ -105,5 +105,39 @@ src/version.cpp: Makefile addon/doxywizard/version.cpp: Makefile echo "char versionString[]=\"$(VERSION)\";" > addon/doxywizard/version.cpp DISTDIR = doxygen-`echo $(VERSION) | tr - _` rpm: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -ta $(DISTDIR).src.tar.gz rpmsrc: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -ts $(DISTDIR).src.tar.gz rpmbinary: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -tb $(DISTDIR).src.tar.gz FORCE: README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.4.5_20051109 DOXYGEN Version 1.4.5_20051127 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (09 November 2005) Dimitri van Heesch (dimitri@stack.nl) (27 November 2005) configure +45 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,13 @@ # # shell script to configure doxygen doxygen_version_major=1 doxygen_version_minor=4 doxygen_version_revision=5 #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. doxygen_version_mmn=20051127 bin_dirs=`echo $PATH | sed -e "s/:/ /g"` f_debug=NO Loading Loading @@ -397,6 +404,17 @@ echo "using $f_perl"; # ----------------------------------------------------------------------------- # # Make VERSION file # echo " Creating VERSION file." # Output should be something like 1.4.5-20051010 if test "$doxygen_version_mmn" = NO; then echo "$doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision" > VERSION else echo "$doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision-$doxygen_version_mmn" > VERSION fi test -f .makeconfig && rm .makeconfig test -f .tmakeconfig && rm .tmakeconfig Loading Loading @@ -434,6 +452,33 @@ EOF fi # Make doxygen.spec... # echo " Created doxygen.spec file, for rpm generation." echo "%define version $doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision" > spec.tmp if test "$doxygen_version_mmn" = NO; then echo "%define revision 1" >> spec.tmp echo "%define mmn 1" >> spec.tmp else echo "%define revision $doxygen_version_mmn" >> spec.tmp echo "%define mmn $doxygen_version_mmn" >> spec.tmp fi mkdir -p packages mkdir -p packages/rpm if test "$f_wizard" = YES; then cat spec.tmp ./packages/rpm/doxygen.spec.in > ./packages/rpm/doxygen.spec else cat spec.tmp ./packages/rpm/doxygen-nodoxywizard.spec.in > ./packages/rpm/doxygen.spec fi rm -f spec.tmp # make .tmakeconfig # touch .tmakeconfig if test "$f_shared" = NO; then if test "$f_platform" = "osf1-cxx" -o "$f_platform" = "irix-n32"; then Loading doc/install.doc +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ Compilation is now done by performing the following steps: Use <code>make install_docs</code> to install the documentation and examples into <code>\<docdir\>/doxygen</code>. <code>\<prefix\></code> defaults to <code>/usr</code> but can be changed with <code>\<prefix\></code> defaults to <code>/usr/local</code> but can be changed with the <code>--prefix</code> option of the configure script. The default <code>\<docdir\></code> directory is <code>\<prefix\>/share/doc/packages</code> and can be changed with Loading Loading
INSTALL +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.4.5-20051109 DOXYGEN Version 1.4.5-20051127 Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- Dimitri van Heesch (09 November 2005) Dimitri van Heesch (27 November 2005)
Makefile.in +34 −0 Original line number Diff line number Diff line Loading @@ -105,5 +105,39 @@ src/version.cpp: Makefile addon/doxywizard/version.cpp: Makefile echo "char versionString[]=\"$(VERSION)\";" > addon/doxywizard/version.cpp DISTDIR = doxygen-`echo $(VERSION) | tr - _` rpm: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -ta $(DISTDIR).src.tar.gz rpmsrc: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -ts $(DISTDIR).src.tar.gz rpmbinary: dist gzip -df $(DISTDIR).src.tar.gz mkdir $(DISTDIR) mkdir $(DISTDIR)/packages mkdir $(DISTDIR)/packages/rpm cp packages/rpm/doxygen.spec $(DISTDIR)/packages/rpm tar -rvf $(DISTDIR).src.tar $(DISTDIR)/packages/rpm/doxygen.spec rm -rf $(DISTDIR) gzip -9v $(DISTDIR).src.tar rpmbuild -tb $(DISTDIR).src.tar.gz FORCE:
README +2 −2 Original line number Diff line number Diff line DOXYGEN Version 1.4.5_20051109 DOXYGEN Version 1.4.5_20051127 Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Dimitri van Heesch (dimitri@stack.nl) (09 November 2005) Dimitri van Heesch (dimitri@stack.nl) (27 November 2005)
configure +45 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,13 @@ # # shell script to configure doxygen doxygen_version_major=1 doxygen_version_minor=4 doxygen_version_revision=5 #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. doxygen_version_mmn=20051127 bin_dirs=`echo $PATH | sed -e "s/:/ /g"` f_debug=NO Loading Loading @@ -397,6 +404,17 @@ echo "using $f_perl"; # ----------------------------------------------------------------------------- # # Make VERSION file # echo " Creating VERSION file." # Output should be something like 1.4.5-20051010 if test "$doxygen_version_mmn" = NO; then echo "$doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision" > VERSION else echo "$doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision-$doxygen_version_mmn" > VERSION fi test -f .makeconfig && rm .makeconfig test -f .tmakeconfig && rm .tmakeconfig Loading Loading @@ -434,6 +452,33 @@ EOF fi # Make doxygen.spec... # echo " Created doxygen.spec file, for rpm generation." echo "%define version $doxygen_version_major.$doxygen_version_minor.$doxygen_version_revision" > spec.tmp if test "$doxygen_version_mmn" = NO; then echo "%define revision 1" >> spec.tmp echo "%define mmn 1" >> spec.tmp else echo "%define revision $doxygen_version_mmn" >> spec.tmp echo "%define mmn $doxygen_version_mmn" >> spec.tmp fi mkdir -p packages mkdir -p packages/rpm if test "$f_wizard" = YES; then cat spec.tmp ./packages/rpm/doxygen.spec.in > ./packages/rpm/doxygen.spec else cat spec.tmp ./packages/rpm/doxygen-nodoxywizard.spec.in > ./packages/rpm/doxygen.spec fi rm -f spec.tmp # make .tmakeconfig # touch .tmakeconfig if test "$f_shared" = NO; then if test "$f_platform" = "osf1-cxx" -o "$f_platform" = "irix-n32"; then Loading
doc/install.doc +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ Compilation is now done by performing the following steps: Use <code>make install_docs</code> to install the documentation and examples into <code>\<docdir\>/doxygen</code>. <code>\<prefix\></code> defaults to <code>/usr</code> but can be changed with <code>\<prefix\></code> defaults to <code>/usr/local</code> but can be changed with the <code>--prefix</code> option of the configure script. The default <code>\<docdir\></code> directory is <code>\<prefix\>/share/doc/packages</code> and can be changed with Loading