Commit b1b0b31b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated doxygen to 1.8.18

parent 97694dd9
all:
tar xf doxygen-1.8.15.src.tar.gz
mkdir doxygen-1.8.15/build
cd doxygen-1.8.15/build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..
$(MAKE) -C doxygen-1.8.15/build
-$(MAKE) -C doxygen-1.8.15/build tests
$(MAKE) -C doxygen-1.8.15/build install
cd doxygen-1.8.15 && install -vm644 doc/*.1 /usr/share/man/man1
rm -rf doxygen-1.8.15
tar xf doxygen-1.8.18.src.tar.gz
mkdir doxygen-1.8.18/build
cd doxygen-1.8.18/build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..
$(MAKE) -C doxygen-1.8.18/build
-$(MAKE) -C doxygen-1.8.18/build tests
$(MAKE) -C doxygen-1.8.18/build install
cd doxygen-1.8.18 && install -vm644 doc/*.1 /usr/share/man/man1
rm -rf doxygen-1.8.18
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment